If this then that

How do i set a an action up when a new record is created then this happens. I cant seem to make this work. I want to send a webhook off when a new row is added, or when a new row is added that meets a condition.

Can you show what you’ve tried, and where you’re getting stuck?

Have you actually attached the action to anything?
Seems the logical place would be to make it an onSubmit action with your form.
You shouldn’t need the wait condition, just fire the webhook as an onSubmit action.

that makes sense…I was thinking of it the wrong way…
what about if a record is updated then…

Same thing. Assuming that you use a native edit form, then configure it as an onSubmit action.

1 Like