Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Webhook Record Existance Checking

Topic Labels: ists
1132 1
cancel
Showing results for 
Search instead for 
Did you mean: 
krite
4 - Data Explorer
4 - Data Explorer

Things being used: Webhook Reciever, Conditional Blocks
What i want: I have a constant data send webhook setup, syncing some data to the table,
I want to setup something like if Record_Id(From Webhook) is not listed in a field of Airtable then only it will create records,

I have tried this 

krite_0-1671893518558.png

But it's not working for me, 

1 Reply 1
Karlstens
11 - Venus
11 - Venus

You could use the return length of the Find Records action, and depending on if a record is found then execute your conditional actions.

In my example below, I have a condition that if no records match the ID given in the body of the webhook, then create a new record.

Karlstens_0-1672273931315.png

For this to work - a Formula field is needed that exposes the Record ID for the Find Records action to use.

Karlstens_1-1672273981801.png