Get list of all "ask for approval" flow actions and their conditions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 08:21 AM
Is there any way to get a list of all approval actions in flows, but also include the "rules" section?
I found the table that stores the action instances and filtered it down to only approvals /sys_hub_action_instance_list.do?sysparm_query=action_type.nameSTARTSWITHAsk%20for%20Approval&sysparm_view=
However, it seems that the "inputs" field is showing as blank for all our records even though we have inputs (and interestingly enough, it shows values in that field when I preview the record, but not when I actually open it).
Is there some other table that stores the approval conditions for FLOWs so that I could do a join or something to make a report? We have an ask to list all workflows that go to a specific field (i.e. similar to user.manager, but a custom field instead).
- Labels:
-
flow designer