Help
Tangent_Lin
4 - Data Explorer
4 - Data Explorer
since ‎Jun 05, 2018
‎Nov 29, 2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi, I try to filter airtable using the by the record’s id, for example filterByFormula=OR( {id} = ‘rec1’, {id} = ‘rec2’, … ) and I got the error “unknown field names: id”. That also results in errors even after I remove the brace brackets. Tangent
Hi I have come across the need of filtering records based on a field’s value in a defined list of values, this is equivalent to SQL WHERE clause like WHERE field IN (value1, value2, value3), so I wonder how I achieve this with Airtable API.
Kudos given to