I need an Airtable Search Records module to filter results based on an array containing a specific Record ID. So, if the array contains the record_id, then the record
The array is a lookup called {la_attribute_category_tags}
I have tried the two formulas that appears in the screenshot:
Instead of using get which requires an index, if want the first element, you can use the built-in “first” function.
BUT, this field is supposed to be an Airtable formula. Using contains is a Make function, that only returns true or false, and when passed to Airtable, it is not a valid formula.
You’ll need to click on the purple “Airtable’s website” link below the field to find out how to create an Airtable formula.
Thanks a lot for remembering to share your insights with us and marking them as a solution. This way our community stays tidy, neat, and easy to look for solutions.