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 find workflow activity input value from context record?

Nisar2
Mega Guru

I've a workflow activity inside a workflow. It contains certain inputs such as the following:

find_real_file.png

 

When the wf_context record is created, how would I know what value was set as this activity's input value? For example, at runtime I would like to know what value was passed to this activity for Service Sysid.

If I open up the wf_history record, it shows me the following:

find_real_file.png

 

So nowhere am I able to see the input values.

Any suggestions?

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi

interesting question I never thought about, but maybe the following Support article is helpful for you: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0538528

Kind regards
Maik

Hi @Nisar 

In case you think I was able to answer your question, I would be happy if you mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.

If not, please tell me what you are still missing!

Many thanks & kind regards
Maik

It was helpful. But it didn't exactly tell me what I needed to find.