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.

Where are the values hidden for Error Evaluation (Flow Actions)?

damian_gul
Tera Expert

Hi everyone,

I am working on the tool that searches for assignment groups hardcoded in the whole instance. Currently, I am implementing search functionality in flows, subflows and actions. By far I was able to find almost everything in var_dictionary and sys_variable_value tables. Unfortunately, Error Evaluation values are not present in those tables. Is there any way I can see these values in ServiceNow tables? Does someone maybe know a table name for Error Evaluation values?

 

1 ACCEPTED SOLUTION

damian_gul
Tera Expert

It's sys_hub_status_condition.

 

I created a test flow action and checked the payload in my update set.

View solution in original post

3 REPLIES 3

damian_gul
Tera Expert

It's sys_hub_status_condition.

 

I created a test flow action and checked the payload in my update set.

Thanks Damian

You're welcome Damian