Get information from Trigger and Action in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 11:57 AM
Hi tean,
Let me know if is possible get all information from Trigger and Action from a Flow Designer process.
I have some flows created but i need to confirm if each of then are with correct information in Trigger and Actions
I wanna try by scrip acessing the table with GlideRecord but i not sure if is the correct way to find it.
kindly help me. Thank's advanced

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 03:25 AM
I'd check if the API 'sn_fd.FlowAPI' has a method you can leverage, because otherwise it'll get tricky as you'll have to figure out first which table to query (sys_hub_flow, sys_hub_action_type_definition, sys_hub_flow_snapshot etc.) and then get parsing..