Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to Track Which User Approved in Multi-Approval Flows: Distinguishing Between 'Requested By' and

HeryH
Kilo Contributor

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.

2 REPLIES 2

Muhammad Salar
Giga Sage

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.

MuhammadAli1_0-1747658289222.png

 

Muhammad Salar
Giga Sage

Have you tried it?
is your issue resolved?