- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 04:58 AM
I get the following error when moving a update set (Moving a flow). How to resolve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 05:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 05:14 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 05:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 05:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 05:23 AM