Skip to main content

Webhook and find and update

  • June 21, 2021
  • 2 replies
  • 31 views

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.

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • June 21, 2021

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


  • Author
  • New Participant
  • June 21, 2021

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 .