miftikhar20
Kilo Patron

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

If my response helped, please mark it as the accepted solution so others can benefit as well.