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.
AND({temp4}=true)
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.
P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions
and give
If you need expert help or have questions? Contact or comment below!