In my Make scenario, I’m using the “Airtable – Search Records” module to find a specific record based on the column ListID - Onboarding Ads
.
I enter a valid Airtable formula in the Formula field, for example:
{ListID - Onboarding Ads} = "901511418675"
Despite the correct formula, the module returns all records in the table, as if no filter is being applied. The condition is clearly being ignored.
The following has been checked and tested:
- The module in use is definitely the “Search Records” module (not “List Records”).
- The formula was tested with both hardcoded values and dynamic placeholders (e.g.,
{{7.list.id}}
). - The formula syntax follows official Airtable standards.
- The value
"901511418675"
exists only once in the table. - The field
ListID - Onboarding Ads
is a plain text field (not linked, not multi-select). - No View is selected in the module configuration.
- Max Records is set to
1
. - The module was deleted and recreated from scratch.
- The same behavior persists: all records are returned, regardless of the formula.