Flow Designer actions are not captured in update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2019 09:31 AM
When we tried moving update set from Dev to Test, Updates which are supposed to be captured on Flow Designer actions are not captured as expected.
Example:
We have created an action in flow designer with some input and output values as referred below snapshot:
We tried capturing this input variables in the update set and moved to test instance which moved as below:
Can anyone help me out understanding how to capture input variables for a script step in the update set?
Regards
Vishal
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2019 09:47 AM
Check this if it helps.
https://community.servicenow.com/community?id=community_blog&sys_id=09becbf3db589b403882fb651f961986
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2019 09:50 AM
Vishal,
I have also had issues where sometimes it randomly leaves out a reference or something. I would open a HI ticket and ask it to be assigned to the update set team to look at. It hasn't been as bad in Madrid/New York but I had a heck of a time with it in London. There was also a scope issue in London as well but I think they fixed that (I always just skipped the one it complained about when that happened).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2019 10:45 AM
Hi Vishal,
To capture input variables for a script in the update set follow the following step-
Step 1- Navigate to System Definition ---> Dictionary
Step 2- Create New Dictionary entries ----> New
Table- Flow Inputs[sys_hub_flow_input]
type- script
Column label- variable name
Step3- in attributes set update_synch as true
"update_synch=true"
it will capture the input variables for a script in the update set.
Refer image for clear details.
Hope this help. Please mark the answer as helpful/correct.
Regards,
Sagar Pagar
www.dxsherpa.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2020 04:02 AM
Republish the flow, make sure that the sys_update_xml's generated for trigger_instances and action_instances have "sys_element_mapping" or "sys_variable_value" pieces in them and then move them over.
See below HI Article