[422] The formula for filtering records is invalid: Unknown field names: false

Hello @cleanbooks,

There are 2 solutions you can do.

As per Current Setup

The Airtable Search Module formula field needs a formula syntax based on the airtable formula check this Airtable Web API - Using filterByFormula or sort parameters

In your case, you need to use airtable functions AND, SEARCH or any of the Regular Expression.
Please try both of these because the field {temp4} returns a boolean(true or false). Not sure that quote ("), is needed.
Add these to your airtable field formula.

  1. AND({temp4}=true)
  2. AND({temp4}="true")

Try using different Views

Just set a view in the Airtable which has a filter {temp4} is true.
Then directly use that view on the Airtable module.

I hope this helps you.


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions :white_check_mark: and give :+1:
If you need expert help or have questions? Contact or comment below! :point_down: