Get information from Trigger and Action in Flow Designer

Rafael Batistot
Kilo Patron

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

RafaelBatistot_0-1722365670954.png

 

5 REPLIES 5

Mark Manders
Mega Patron

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

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 

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

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.

RafaelBatistot_0-1722426083821.pngRafaelBatistot_1-1722426149400.png


With those table that you mentioned is possible to see how many actions have, but is not possible see your fields