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

Tomas Lozano
Tera Expert

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..