We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Where are executed Subflows Input and Outputs stored in the system?

anthonydalferro
Tera Guru

I am trying to find the data that is presented in this executed subflow.  What tables is this data stored in?

 

anthonydalferro_0-1695921999475.png

 

5 REPLIES 5

Hemanth M1
Giga Sage

HI @anthonydalferro ,

 

it stored in "sys_flow_context" table. look for source record to find your flow/subflow/action

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

The source field points me to a scripted REST Resource.  That doesn't show me the values of the variables that were passed into the subflow.

Sandeep Rajput
Tera Patron

@anthonydalferro This information is stored in Flow Runtime Values (sys_flow_runtime_value) table.

Screenshot 2023-09-28 at 11.31.11 PM.png

Please mark this answer helpful and correct if it answers your question.

That is only showing type of OUTPUT for me.