How to sent Reminder Mails for every 7, 14, 21 and 28 days through flow designer without repeating

Raviteja Kunal1
Tera Expert

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.

 

RavitejaKunal1_0-1671799463705.png

 

 

8 REPLIES 8

This is just a record in sysevent table with proper input.

 

 


Thanks and Regards,

Saurabh Gupta

Nia McCash
Mega Sage
Mega Sage

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.

 

NiaMcCash_0-1671807373284.png

 

Raviteja Kunal1
Tera Expert

Any other way to achieve this

Hi @Raviteja Kunal1 . May I know what approach did you use?