Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

345
Views
Airtable Api returns 422 error Invalid Filter By Formula error

I am trying to get data from airtable table named leads using phone number which i have got from another table. Here is the error I am getting

Airtable Error { error:'INVALID FILTER BY FORMULA',

message:'The formula for filtering records is invalid : Invalid Formula. Please check your formula text'

statusCode:422 }

my field type from which I am trying to get data is a phonenumber field and here is my code.

function CollectRecordsFromLeads(recordID,phoneNumber){
    console.log(phoneNumber);
   
    base("Leads").select({
        filterByFormula: `OR( New Number (Whatsapp)='${phoneNumber}')`, //New Number is the field name
        
    }).eachPage(function page(records, fetchNextPage) {   
       
        records.forEach(function(record) {
           
         
        });
        fetchNextPage();
    }, function done(err) {
        if (err) {
         console.error(err);
          return;
        }
       console.log(LeadRecordSet);

     });

I am new to Airtable api so any help could be great.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!