Flow Designer reminder Emails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 06:44 PM
Hello Experts,
I am new to Flow designer. I have requirement that when a change request’s ‘planned end date’ is past 2 days. I need to send an email to assigned to. And, when planned end date is past 7 days I need to send email to assigned to and also assigned to.manager.
I need to run this Flow on daily basis. How can I achieve this logic ?
Thanks,
Rocky.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 05:53 PM
I have tested my flow and it works well。
Maybe just reselect the field ? (I changed my table to change request and the options are shown as expected)
And , there are two Patterns("before 7days" and " before 2days ") as your posted, don't forget to handle "before 7days " first!
Because the records satisfy "before 7days" also satisfy "before 2days", be careful of this.