Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

 

If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.
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..