How to Track Which User Approved in Multi-Approval Flows: Distinguishing Between 'Requested By' and
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2025 03:18 AM
Hi everyone,
I’m working on a flow that triggers two separate approval requests. The flow sends approvals to users listed in two fields: Requested By and Requested For.
The challenge I’m facing is how to accurately capture who actually approved the request. Right now, the approval response logs the approver as ${approver}, but since there are two separate approval steps going to different users, I need a way to know whether the approval came from the user in the Requested By field or the Requested For field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 05:39 AM
Hello,
You can use lookup record action and lookup approval table to see who has approved
For multiple approvers: Order by field (Updated: z to a) for 2nd approval. First approval is a to z.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 09:56 AM
Have you tried it?
is your issue resolved?