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.

How to access Calling Source from Sub Flow?

Can Althaus
Tera Contributor

Hello,

quick question. For logging and analytics reasons I would like to access the Calling Source within the sub flow. (see screenshot below)

I want to log if this is called from a Background Script, from a REST Call, or from a different source.

fd_data does not seem to have it (at least I didn't find it)

Any ideas?

CanAlthaus_0-1692018100763.png

 

1 REPLY 1

Maik Skoddow
Tera Patron
Tera Patron

Hi

you can find that information in the sys_flow_context table

MaikSkoddow_0-1692029904748.png

Maik