Inputs
Each filter has a Column Name, Match Mode, and—when required—a Search
Value. Column names resolve to the closest header ignoring capitalization,
within a small spelling distance.
Match modes
Outputs
Found is always available. Other outputs depend on Find Multiple Rows?:- First match
- Multiple matches
| Output | Type | Description | | -------------- | ------ |
-------------------------------------------- | | Found | Boolean|
Whether a match exists. | | Row Data | Object | First matching row, or
empty when not found. | | Row Number | Number | One-based sheet row, or
empty when not found. |
Example: find unpaid large invoices
Add two filters:- Status → Exact Value →
Unpaid - Amount → Greater Than →
1000
Troubleshooting
No column found matching a name
No column found matching a name
Verify Header Row Number and inspect the header cells. The action allows
small spelling differences but cannot infer unrelated names.
A number comparison finds nothing
A number comparison finds nothing
Numeric modes only match raw numeric cells. A number stored as text does not
qualify, even if its displayed characters look numeric.