Skip to main content

HI ,
Currently We have the option webhook receive VIA post method to Airtable base, Is there any way to find the record While receiving Webhook content . If the Record already exist in table then Need to update , if not exist in table then need to create the new record .

Please advice.

Unfortunately, this is not possible unless you write your own custom JavaScript or you use an external automation platform like Integromat.


Unfortunately, this is not possible unless you write your own custom JavaScript or you use an external automation platform like Integromat.


Thanks @ScottWorld . I have used custom script to update or create new record .