Reporting on a specific flow step
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
We're starting to utilize the MS AD Spoke via flow actions, curious if we can report on it specifically.
I'd like to be able to use a dashboard to display a count of how many times a specific action and flow occurred, as well as a success/failure count or pivot. The dashboard part is pretty straight forward, just need to find the data.
I see this information in the flow execution, so I feel like what I'm looking for is stored somewhere:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @VernYerem ,
All the flow ,sub flow and action executions are stored in "sys_flow_context.LIST" table and you have to apply the filter on flow field to report on specific flows or actions.
the flow field accepts sys_id of the action/flow and will show the number of executions and state shows error/completed.
Mark this as helpful/correct, if this answers your question.
Thanks,
Yaswanth
