Write a Zapier filter step from a plain-English condition
Plain-English condition in, Zapier-UI-ready filter step out. Names operators exactly as Zapier shows them and warns about the case-sensitivity / blank-value gotchas that fail in production.
Fill in the Template
0 / 4 filledYour Built Prompt
Updates live as you typeI'm setting up a Zapier (or Make) filter step. Help me get the condition right.
What I want the Zap to continue WHEN: {{run_when}}
What I want it to STOP on: {{stop_when}}
Trigger app + the field I'm filtering on: {{trigger_field}}
Sample of the trigger data (1 sample record): {{sample_data}}
Return:
1. THE EXACT FILTER condition(s), in Zapier UI labels: "field", "operator" ("Text Contains", "Number Greater Than", etc.), "value".
2. IF YOU NEED MULTIPLE conditions, show them as separate rows + tell me whether to use "All filters must match" (AND) or "Any filter must match" (OR).
3. GOTCHA: name 1 way the filter could pass when you don't want it to (e.g. case sensitivity, blank values).
4. TEST INPUT that should PASS + test input that should STOP — with reasons.
Plain English. Don't use code unless I ask.Fill in the required fields above to copy or run this prompt.
Tags
Community Feedback
0 commentsRelated Prompts
More in CodingGenerate a regex from a plain-English description
Plain-English in, ready-to-paste regex out. Includes a walkthrough, test results against your sample inputs, and known limitations.
Custom code embed for Webflow / Squarespace / Wix
Custom-code embed for Webflow, Squarespace, or Wix — paste-ready, with exact placement steps for that platform and the most common gotcha.
Read & explain an API response in plain English
Paste a raw API response, get a field-by-field plain-English walkthrough plus which fields you actually need to use. Saves an hour of API doc reading.
Google Apps Script for Sheets — automate a recurring task
Google Apps Script that does one specific thing on your Sheet, with the setup steps + a test row to verify before you turn the trigger on.