Help

How to query and get a list of records from Airtable? filterByFormula not working

4195 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Ruchika_Abbi
5 - Automation Enthusiast
5 - Automation Enthusiast

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;

  1. Find a Record Zap for Airtable : This returns only one record whereas my query will return multiple records.
  2. 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

2 Replies 2
SDOK_Blog
6 - Interface Innovator
6 - Interface Innovator

HI.
Thats a simple automation, that you can easily make in Integromat.
Integromat is an app like Zapier, but more flexible and powerfull.
It has Airtable and GS modules. Created much integrations like that, also using it’s filter by formula.
Integromat is easy to use, but if need help let me know.

Sebastian_Heye
4 - Data Explorer
4 - Data Explorer

@SDOK_Blog how do you compare two lists? when one element is contained in the other list the process should be stopped. Integromat has an api Limit auf 300 seconds. I tried to retrieve the list but it compares all values step by step. In Python it would be so easy. Any idea?