Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to access Calling Source from Sub Flow?

CanA
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

Hi

you can find that information in the sys_flow_context table

MaikSkoddow_0-1692029904748.png

Maik