When building your Sheetgo workflow, the Filter Rows processor lets you keep only the rows you want before they are written to the destination. You choose a column, a criteria, and a value — no formulas required. You can now also group and nest conditions with AND/OR, so you can build advanced, multi-layered logic directly in the visual builder.
Add a Filter Rows step
Open a connection and, at the Select a data processor step, choose Filter rows under Filter data.
Choose how conditions match
At the top of the filter, use the Match dropdown to decide how the conditions combine:
AND — a row is kept only if it matches every condition.
OR — a row is kept if it matches any condition.
Add conditions
Click + Add condition, then use the dropdowns to set:
Column — the source column to check.
Criteria — the comparison to apply. Options include number (greater than, less than, equal to…), date (is, before, after), and text (contains, is exactly, is empty…), plus true/false checks.
Value — what Sheetgo should look for.
Click Confirm to lock in each condition. You can add as many as you need.
Group and nest conditions
To build more advanced logic, click + Add group. A group is a set of conditions with its own AND/OR match type, nested inside the filter. This lets you combine mixed logic in a single step — for example, keep rows where Status is exactly "Low stock" AND (Inventory is less than 10 OR % Available is less than 20).
Each group has its own Match selector, its own + Add condition and + Add group buttons, and a delete icon. Color-coded borders show how deeply each group is nested.
Note: You can nest groups up to three levels deep, with up to 50 active conditions per filter step. Existing filters keep working and are migrated automatically the first time you open the step.
Finish
When you are done, click Done (or Next step), then finish and save. Run your workflow to apply the filter.


