Multi action webhooks

FatLou
New Member

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.

0 3 373
3 REPLIES 3

If the webhook is not marked โ€œAsyncโ€ it should be invoked and performed synchronously.

Steve
Platinum 4
Platinum 4

Effective definitions:

Synchronously: In the order presented.

Async: short for asynchronous(ly๐Ÿ˜ž In any arbitrary order.

I understand that. And that may be happening, but the next action is running before the data is added to the table.

Top Labels in this Space