Flow Designer Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
52m 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
42m ago
Hi @pallav_nagar ,
The error shown in the image is caused by an OOTB Business Rule that is preventing the record from being inserted into the sc_task table.
You can verify this by navigating to Business Rules and searching for the Business Rule named "Abort changes on group".
Please check the script of this Business Rule and verify the condition for the sc_task table. The script is aborting the insert operation for your record, which is causing the error.
You can review the Business Rule and its script to identify the specific condition that is triggering the abort.