,Does an "execute a sequence of actions" action wait for the prevous action to end before it starts?

I have an action of this type with three actions:

  1. Edit
  2. Set the values of some columns in this row
  3. Add a new row to another table using values from this row

The behavior I expect is:

  • I edit some column values via the edit form.
  • Another column value changes automatically.
  • The updated row is copied and added to another row.

However, every action after the edit action is not run at all. I already did some troubleshooting by changing the actions order, and the result is the same every time, every action following the edit action does not seem to be run at all.

 

0 3 191
3 REPLIES 3

Unfortunately this is an expected behavior. When it opens a view, it cancels the process.

Is this with your action added as a Form Save event action?

Hello! First of all, thank you for your answer.

Im not surte i understand what you mean by that. How can i check if my action is added as a Form Save event action?

Top Labels in this Space