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.

Flow Designer updates not captured by an update set

Bryan12
Tera Contributor

Hi Guys - Need your expertise on this.

I have created subflow on the Flow Designer on our DEV instance and it does not captured by my update set. When I checked QA instance, I got blank updates. Any help is appreciated.

 

find_real_file.png

Thank you,

Bryan

1 ACCEPTED SOLUTION

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

 

 

View solution in original post

12 REPLIES 12

Hi 

Can you try and edit any of the activity and then see if got captured?

yes I did try and not getting any updates on the list.

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

 

 

I am not able to open this KB article

Dan51
Giga Contributor

Hi Bryan,

When you create an action or flow it will ask what application you want to use. I had an issue where I wanted to use Microsoft AD but had clicked Global so although in a Microsoft update set, all my updates went into the Global scope.

Check what application the action/flow was created in (it will tell you if you click properties) then have a look in the default update set of that application.

 

Hope this fixes your issue.