Check the header
Excel Online Filter Query, Order By and Select Query parameters support only alphanumeric column names. A suggestion here is a rename plan—not a claim that your workbook has already changed.
Check a Power Automate Excel Online List rows present in a table filter before testing the flow. Diagnose headers and operators, then copy a connector-safe query or a documented Filter array fallback.
Generated locally from documented rules.
CustomerID eq 'ABC-123'@equals(item()?['CustomerID'], 'ABC-123')The target header and requested operation fit the documented Excel Online connector limits. Test the generated query against representative workbook data.
Excel Online Filter Query, Order By and Select Query parameters support only alphanumeric column names. A suggestion here is a rename plan—not a claim that your workbook has already changed.
For List rows, Microsoft documents eq, ne, contains, startswith and endswith. This tool never presents greater-than or less-than as supported direct filters.
Filter array works after rows are retrieved. It supports workflow expressions such as equals(), empty(), greater() and less(), but text comparisons are case-sensitive.
The checker paraphrases these current rules and avoids undocumented connector behavior.
Independent utility. Not affiliated with or endorsed by Microsoft. Always test generated output with representative workbook data before production use.
Headers, values, queries, generated expressions and diagnostic reports stay in your browser. We may record coarse product interactions such as selecting an example, copying an output or downloading a report, plus ordinary page analytics. Product events contain no entered content or user identity.