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.

Unable to capture Flow Designer flows in update set -- facing issue with flow version reference

LakshyaG8207824
Tera Contributor

I have my source instance where I had setup all my custom flows, custom subflows, custom actions and some custom tables and fields. However, I had recorded all of those in the Default Global update set. Later, I moved all the records in the default update set after 10 Oct 2025 to a newly created update set, exported the new update set and imported it into the target instance. However, I get a lot of errors after I preview the update. All of them have the same error message: "Could not find a record in sys_hub_flow_version for column version_record referenced in this update " 

 

Why weren't the version records captured in the update set? What can I do about it? 

1 ACCEPTED SOLUTION

Robson Leite
Mega Sage

I faced the same issue. As a Workaround I force the expected records from sys_hub_flow_version into my Update Set. As a final fix, in my understanding, this table should be captured automatically via Update Set (Adding the update_sync Attribute in Dictionary application).

View solution in original post

11 REPLIES 11

Robson Leite
Mega Sage

I faced the same issue. As a Workaround I force the expected records from sys_hub_flow_version into my Update Set. As a final fix, in my understanding, this table should be captured automatically via Update Set (Adding the update_sync Attribute in Dictionary application).

This is the solution that worked for me