Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Flow Designer Error

pallav_nagar
Tera Contributor

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

pallav_nagar_0-1787673463365.png

 

 

5 REPLIES 5

Vishnu Surendra
Tera Expert

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.

 
 

AndersBGS
Tera Patron

Hi @pallav_nagar 

 

Have you looked into the mentioned business rule?

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Yes, here's the Business rule causing the error above.

pallav_nagar_0-1787725749209.png

 

pallav_nagar_1-1787725800973.png

 

 

Yes, this is the script causing the error.

The script checks whether the Assigned to user selected on the record is a member of the selected Assignment group. If the user is not a member of the selected assignment group, the Business Rule aborts the insert operation for the record.

If this is helpful, please like the message.

 

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.