Webhook feature questions on the button

When I press the button, I want to create a row and send the ROW ID of the newly created row to the webhook, but I keep sending the ROW ID of the first row to the webhook. How can I send the ROW ID of the newly created row to the webhook?

Try this:

  • Create a Single Value column that takes the last RowID from the table.
  • After the Add Row action, add a Wait condition. Just a few seconds should be enough.
  • Then send the result of the Single Value column via the webhook.
2 Likes