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 01:15 AM
You can click on the trigger and/or action to see what it is doing and what you have. What do you mean with checking if information is correct? What information are you looking for?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 03:06 AM
Hi Mark, thank you for your time,
I know that if I click in can see those information, but I case I have more than 100 flow created, I don’t want to click 100x to see the condition in Trigger and Action
I try to discover a way to to get all conditions in trigger and Action the massive way
Maybe via GlideRecord accessing the Table or via download a report… I’m not sure the best way to do it
Those flows were created by another person and I want to make sure if were created correctly and don't have to click one by one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 03:24 AM - edited 07-31-2024 03:25 AM
You can check on the sys_hub_trigger_instance table to check on your triggers and export that to a list. The actions are in the sys_hub_action_instance
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 04:43 AM - edited 07-31-2024 04:45 AM
it's works to me. Thank you
For now i want to check all condition in Trigger and Action.
As you see i have many fields that i need to check if were ok.
With those table that you mentioned is possible to see how many actions have, but is not possible see your fields