How to view the records that are added today?

How to view the records that are added today?

If you want to restrict a View to display today's records, 

  1. Click on Edit this application and select your View.
  2. Click on Set Criteria -> Restricted Records.
  3. Choose "Added Time" for the first drop down and "Today" for the second drop down.
  4. Click on Done to save the changes.
Note: Make sure you set up the time zone right from Application Settings

If you want to iterate the today's records via deluge, the criteria will be ,
  1. (Added_Time >= zoho.currentdate && Added_Time <= (zoho.currentdate  +  '0W:0D:23H:59M:59S'))