Flow Designer Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Error occured while inserting record: Operation against file 'sc_task' was aborted by Business Rule 'Abort changes on group^a81036a30f320fd08d6bc1e800d1b268'. Business Rule Stack:Abort changes on group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @pallav_nagar ,
The Business Rule Abort changes on group is designed to reject any insert/update on sc_task where the assigned_to user isn't a member of the assignment_group (it checks sys_user_grmember).
So your flow's Create Task action is setting assigned_to to a user who isn't part of the group referenced - sys_id.
So for fixing you can :
Leave assigned_to blank in the Create Task action if you only want to set the group, let assignment happen manually or via a separate assignment rule.
OR
Fix the group membership, add the user to that group in sys_user_grmember if they're genuinely supposed to own this task.
If my response helped mark as helpful and accept the solution.
