ServiceNow Learning 27: Flow Designer Tables (Interesting to know about this)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 01:50 AM
Hi all,
I found very useful Flow Designer related tables in ServiceNow.
Please read the article below. It is very useful.
Flow Designers Tables:
1. sys_hub_step_instance - The configuration of the input and output variables are stored in sys_hub_step_instance table (make sure Inputs and Outputs fields are added in form layout)
2. The actual value of the input and output variables is stored in sys_hub_action_instance table (make sure Inputs and Action type.Outputs / Action type parent.Outputs / Compiled snapshot.Outputs fields are added in the form layout)
3. The rest of the Flow Designer tables can be found here: https://<instance_name>.service-now.com/sys_db_object_list.do?sysparm_query=sys_update_nameISNOTEMPT...
Hope this helps.
Regards,
Shamma
- 1,282 Views