Flow Designer- Error- Resetting Stack

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2025 03:02 AM
Hello All,
While working with Flow Designer in SN- Yokohoma release, recently we have been facing the following error:
"Found mismatch in scope after flow engine done. resetting stack".
Flow Designer calls an action, which further creates a record in a custom table.
The messages from log-statement show that after obj.insert() operation, sys_id of the new custom-record was generated, however the record with the aforesaid sys_id was not found in the custom table.
It appears like system has reverted the Create operation.
Following is the step-by-step operation:
Submit Catalog Item through Service Portal -> Flow Designer -> Action -> Script Include
All the mentioned objects are in the same scope, which is Global -> RITM record, Flow, Action, Script include.
This Flow-Designer is working in Washington release; however, it has stopped working in Yokohoma release with the following warning: "Found mismatch in scope after flow engine done. resetting stack".
Please let me know for any valuable suggestions.
- 4,569 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2025 10:19 AM - edited ‎08-18-2025 10:20 AM
@tejaswi bynagar The associated problem PRB1881084 with this issue is fixed in Patch 6 Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2025 07:40 PM
Hello All,
Greetings.
This error/warning has been remediated in system by using Cryptography module.
The table, where records are being inserted via Script Include, has columns which are type "Encrypted".
Hence, to perform insert/update operations over all such Encrypted Type columns, Cryptography module has to be utilized.
Here's the SN-Community post, which acts as a guidance in setting up KMF module:
Step-by-Step Guide to Configuring an Encryption Mo... - ServiceNow Community
Hope this helps,
Regards,
Puru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2025 11:15 AM
Possibly: PRB1881084.