Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2025 02:55 PM
Hi @Traci Wills2 ,
In Flow Designer, you can use the Look Up Records action on the sysapproval_approver table.
Set the filter to State = Requested (pending).
Add a condition on Created On = 3 days ago (you can use relative date condition or gs.daysAgoStart(3) in a scripted filter).
This way you’ll only fetch approvals that are still pending and exactly 3 days old.
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
Thanks & Regards,
Muhammad Iftikhar
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.