Error when moving update set

vidhya_mouli
Giga Sage

I get the following error when moving a update set (Moving a flow). How to resolve this?

 

vidhya_mouli_0-1712836727371.png

 

1 ACCEPTED SOLUTION

Shubham26
Tera Guru

Hi @vidhya_mouli 

 

This error usually come when target instance not find related reference record.

In your case, it might be happen like  action categories (sys_hub_category) data which you are using in your record for table "sys_hub_action_type_definition".

 

You can include missing data in update set or can be move via XML files.

 

Please mark as helpful or accept solution, if this resolves your issue.

 

Thank You,

 

Regards,

Shubham Gupta

 

 

 

View solution in original post

4 REPLIES 4

Balaram7
Kilo Sage

Hi,

 

Can you please check those action categories(sys_hub_category) which are missing and add them to the update set and move the update set.

Hope this will solve your issue.

 

Please mark as helpful or correct, if this resolves your issue.

 

Thank you,

Balaram.

 

 

Shubham26
Tera Guru

Hi @vidhya_mouli 

 

This error usually come when target instance not find related reference record.

In your case, it might be happen like  action categories (sys_hub_category) data which you are using in your record for table "sys_hub_action_type_definition".

 

You can include missing data in update set or can be move via XML files.

 

Please mark as helpful or accept solution, if this resolves your issue.

 

Thank You,

 

Regards,

Shubham Gupta

 

 

 

Deepak Shaerma
Kilo Sage

Hi @vidhya_mouli 
Click Find missing record.
First, you need to identify which record from the sys_hub_category table is missing in the target instance. The update set tries to reference a category by its sys_id, but if the target instance does not have a matching sys_id, you encounter this error.
 Check the update set to understand which part of it refers to the sys_hub_category table. It might be a specific integration, Flow Designer flow, or IntegrationHub spoke that requires a category from this table.
- Look for XML entries within the update set that mention sys_hub_category to find the specific reference causing the issue.
Please Mark this Helpful and Accepted Solution. If this Helps you to understand. This will help both the community and me..
- Keep Learning ‌‌
Thanks & Regards 
Deepak Sharma 

Jayant_M
Kilo Sage

Hi @vidhya_mouli ,

 

Try accepting remote update, if the functionality works.