Email only current date entries
Comments
-
I have a list of entries that I need to email. These entries are of entity data structure. However, I only want to email the entries that are created on the current day. The email needs to be sent around noon. Is there a way to accomplish both of these tasks. Thanks.
-
Hello!
To send an email at a certain time, you can use a schedule and utilizing the time span option. Timespan allows users to configure and certain workflows to run only at a given time period.
For more information on running flow on a schedule: [url=https://documentation.decisions.com/docs/running-a-flow-on-a-schedule]https://documentation.decisions.com/docs/running-a-flow-on-a-schedule[/url]For filtering out only the entries for the current day, you can use a report. This report will pull all your entity data. You can filter it by the “created date” and choose the current date.