- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 09:21 AM
Hi All,
Requirement: Send a email reminder to (requested for) manager if Estimated End of term (catalog variable) for eg: if Estimated End of term is 30 march then 15 days before 30 march.
1. send a first email reminder..if no respond then
2. send a second email reminder after 7 days and again if no respond then
3. send a third email reminder after 3 days
Below is a reference flow
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2024 07:05 AM - edited ‎03-29-2024 07:07 AM
Hi @Aman Trivedi1 yes, it will wait for 15 days and reminder will be sent. You can test it during execution you can see in flow context the wait for condition will display like timer is set to wake up on 15th day. The wait for duration will wait for the days you mentioned.
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 06:27 PM
Hi @Aman Trivedi1 you can use wait for a duration of time action in flow like below to send reminders, you need to convert days to hours
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 08:10 PM
Hi @Harish KM
I already did but its not working I guess bcz Wait for duration action should be run on daily basis to check the date and if finally the date is coming then send reminders. Any idea to run these action on daily basis in backend after request is submitted

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 08:26 PM
Hi @Aman Trivedi1 yes that is correct, you can have a flow run on daily to check and send for reminders then take action accordingly once the reminder date is passed, and in mainflow you can use wait for condition to check the value.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 08:53 PM
Any Idea how it should be implemented with my existing flow.
Thanks in Advance