The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Flow Designer- Error- Resetting Stack

Puru2
Tera Contributor

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.

13 REPLIES 13

Same here.

Anil Nemmikanti
Giga Guru

Hi @Puru2 ,

Please look for any Query BR on the custom table which may be hiding the records.

VaranAwesomenow
Mega Sage

I got the same error but the flow did complete. In my action am running a powershell script.

VaranAwesomenow_0-1750924996766.png

will try to figure out the fix and will share it here.

Jan Kolodzinski
Tera Contributor

Anyone has any solution to this so far? Anyone created support ticket already?

tejaswi bynagar
Tera Contributor

Anyone has figured out a fix for this? We have the same warning and we are also using powershell script