Grouped Action not executing properly

I have a group actions as under:

 

Rahul_Sanghavi_0-1653625782945.png

After the first action which set some values in two columns, i have second action to edit the same record. After the second action (edit), i wish to execute a third action to check if edit was done or the user cancelled the edit action. If the user cancels the save and the third action reverses the edits done in the first action.

But somehow after the second action (edit), the third action does not execute.

Please advice.

 

 

0 2 78
2 REPLIES 2

Any action that initiates a UX (there are other types such as moving to a different table, though not sure exactly what causes the breakage in the sequence) seems to break the sequence of a composite action.

So this does not work as is.

There could be some other way to accomplish what you want.

Is it possible to have the user edit first and then use a bot to update the values you intend to update in your initial action if the row is indeed edited, for instance?

Maybe change the CheckIfSaved so it runs as a Save Action on the form?  Though setting it up so that you'll know if the user clicked save or cancel will need a bit of thought.  But its possible.

Top Labels in this Space