Can we add Workflow Activity to an 'Ask for Approval' action in Flow designer?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 02:54 AM - edited 02-16-2024 02:55 AM
We are triggering RITM approvals using flow designer and want to populate 'workflow activity' field to identify which application's approval is being triggered
We are triggering approvals using 'Ask for approval' action where there is no field or option to map 'workflow activity' field.
In workflows, that is implemented as soon as we use any approval activity but in flow designer is there any way to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 03:27 AM
Hi Srishti,
You could add an "Update record" action directly after and pipe through whichever value you want to it?
Kind regards,
Brad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 03:47 AM
The 'Update record' is taking Table as RITM and fields related to it as my flow is running on ritm table
If I change the 'Table' to Approval table then what should I give in 'Record' ?
Please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 04:04 AM
If you want to update the "Workflow Activity" field on the RITM:
- Record: <the Requested Item Record from your trigger>
- Table: [sc_req_item]
- Fields: Workflow Activity
If you want to update the "Workflow Activity" on the Approval:
- Record: <the approval record from your approval step>
- Table: [sysapproval_approver]
- Fields: Workflow Activity

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 11:11 PM
'Workflow activity' is a field on 'Approval' table
and I am not able to select approval record on 'Update Record' action in flow designer
Please let me know if I can make any other changes