- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 04:33 AM
I have created a schedule trigger flow which will run and send email reminders based on the lookup done on approval table. Now in the approval table i have created 2 fields named number of reminders sent of type integer with default value of 0 and last reminder sent.
Now whenever the schedule will run these two fields will be updated. The number of reminders will be incremented by 1 and last reminder sent will populate the current date.
How to do it? Do we need custom action for this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 05:41 AM
Hi Swarnarghya,
You could use fd_data._2__for_each.item.<field_name> for extraction .
You could follow this link for inline scripts in flow designers.
Regards,
Tushnik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 05:01 AM
Hi there,
You should be able to just use the Update Record action in a loop, after you’ve used the Send Notification/Send Email action.
Kind regards,
Astrid Sapphire

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 05:41 AM
Hi Swarnarghya,
You could use fd_data._2__for_each.item.<field_name> for extraction .
You could follow this link for inline scripts in flow designers.
Regards,
Tushnik