Hi,
I have a list of Item Codes in a google sheet. Everytime a row is created in the sheet, I have to search Airtable base and find the records filtered for that Item Code. I tried it using the following 2 ways;
- Find a Record Zap for Airtable : This returns only one record whereas my query will return multiple records.
- Airtable API : I have am using WebHooks zap to do a GET on the Airtable API. While this works, my filterByFormula configuration doesn’t seem to work. I’m using the following as the formula;
{Field Name} = step1:Item Code
Any help is appreciated.
Thanks,Ruchika