I have a webhook that runs multiple actions. I want the first action to finish running and update the table before the next action starts. I need this because I am using the MAXROW function. I want the first action to add a row to the Contacts table. Then I want to grab the last row added to the Contacts table for the next action.
This works sometimes but other times the 2nd action seems to trigger before the first action is complete.