- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 11:22 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 02:59 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 02:59 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 11:22 AM
Thanks, that makes sense.