- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:58 AM
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?
Solved! Go to Solution.
- 367 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 12:33 AM
It's sys_hub_status_condition.
I created a test flow action and checked the payload in my update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 12:33 AM
It's sys_hub_status_condition.
I created a test flow action and checked the payload in my update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 12:34 AM
Thanks Damian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 12:34 AM - edited 07-01-2024 12:38 AM
You're welcome Damian