Flow Designer actions are not captured in update set

Vishal66
Kilo Explorer

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:

find_real_file.png

We tried capturing this input variables in the update set and moved to test instance which moved as below:

 

find_real_file.png

Can anyone help me out understanding how to capture input variables for a script step in the update set?

 

Regards
Vishal

4 REPLIES 4

Prateek kumar
Mega Sage

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

robertgeen
Tera Guru

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).

Sagar Pagar
Tera Patron

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.

find_real_file.png


Hope this help. Please mark the answer as helpful/correct.



Regards,
Sagar Pagar
www.dxsherpa.com

The world works with ServiceNow

kushal Tayade
Mega Guru

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

KB0782932