Filtering on an Airtable checkbox

I need to filter a value coming from an airtable checkbox field ‘true’ or ‘false’ what type of filter in Make should i use?

I have tried several and the bundle is always stopped.

OK the solution that seems to work is the following

any better suggestions?

Hello @Stanislas_Berteloot
import this project into your account and try this.
blueprint.json (19.9 KB)


Instead of the first airtable module try your initial module.
Let me know if it works.
:+1:

Hi @dilipborad
We noticed you’re filtering data from Airtable by setting the “active” variable to true. Just a reminder, the “equal to” text operator in the filter is case-sensitive, so please ensure that the value is marked exactly as “true” in Airtable without any extra characters or spaces.

If there’s a mismatch, the filter won’t work as expected. To avoid case sensitivity issues, you can use the “equal to (case insensitive)” operator. Alternatively, if there are additional characters or words, you could use the “contains (case insensitive)” operator, which should resolve the problem.

Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

Thanks I need to check this.