How to sent Reminder Mails for every 7, 14, 21 and 28 days through flow designer without repeating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 04:47 AM
I want to send reminder email notifications every 7, 14, 21, and 28 days from the date created until the state is closed through the flow designer.
I tried to achieve using the below condition. This flow will run daily and this flow is repeatedly sending mails everyday once created date crossed 7 days and I need to constraint to only one time for every 7, 14, 21, and 28 days.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2022 05:48 AM
This is just a record in sysevent table with proper input.
Thanks and Regards,
Saurabh Gupta

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 06:55 AM
You can use a "Do the following until" Flow Logic to avoid repetition. Something like this except you can replace "Send Email" action with "Create Event Record" if you'd prefer to trigger the email from a configured Notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2022 05:37 AM
Any other way to achieve this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 06:50 AM
Hi @Raviteja Kunal1 . May I know what approach did you use?