Do automation actions run in order?

I'm noticing that there seems to be some issues with the data that one action is creating being used in future actions. Are the actions sequential? Do they wait for the previous action to complete before running the next?

1 Like

Hi @Mike-3bc0 the actions are sequential. If you are able to provide sample screenshots of your case, I can take a look to see if I have any further insights for you. Are the automations on a button? What actions do you currently have set up together in the automation?

Turns out the issue was that I was reading the data from a cell, modifying it, and replacing the data in the cell. This worked sometimes, and not others. The solution was to just create an extra row that held the modified data and leave the original where it was to begin with.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.