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 access Approver in Flow Designer

RobertC93001833
Tera Contributor

I have a flow that uses the "Ask For Approval" action. Once approved, I need to store the Approver Name and date of approval in a scoped App Table using the "Create Record" action. I don't see a data pill with this information. How can I do this?

 

Bob

 

 

1 ACCEPTED SOLUTION

Uncle Rob
Kilo Patron

I think you're picturing that "who the approver is" is pickable once you select someone in the Approval Action.
You have to think of it more like "how would I find this at run time".
So the answer is to do a lookup on the task's associated approval records.  That will have hte data pills you need.

View solution in original post

2 REPLIES 2

Uncle Rob
Kilo Patron

I think you're picturing that "who the approver is" is pickable once you select someone in the Approval Action.
You have to think of it more like "how would I find this at run time".
So the answer is to do a lookup on the task's associated approval records.  That will have hte data pills you need.

RobertC93001833
Tera Contributor

Thanks, that makes sense.