Skip to main content
Best answer

Field is being filtered as if it's empty (it's not)

  • April 20, 2026
  • 3 replies
  • 12 views

Hey all, we have a Zap that is meant to synchronize user credentials between a scheduling and reservation system (WellnessLiving) and Discord. Whenever someone cancels their membership on WellnessLiving, Zapier receives their profile data (this is the trigger). There’s then a filter that checks to see if the user’s profile includes a Discord username--if this data doesn’t exist, the filter stops the Zap.

The issue we are having is that even when this field has data, the Zap stops at this filter. I’m not sure how to resolve this. See screenshots below:

Data for a recently stopped Zap run. The filter checks to see if data exists in A Custom Field 1412294 Text Value
The configuration settings for the filter.
The results (the filter stops the zap)

 

Best answer by SamB

Hi ​@waystone1736! 👋

I did some checking and found a bug report that matches this issue where Filter aren’t seeing the mapped field values when the exists/doesn't exist conditions are used. Can’t make any promises around when it’ll be fixed, but I’ve added you to the list of folks being affected so you’ll get an email notification from us once it is.

For now, since the Filter is checking to see if a specific field value exists perhaps you could add a Formatter (Text > Default Value) action to check if that field contains a value and if it doesn’t, output the words “No Value” for example. Then update the Filter condition to check the output of that Formatter action instead, only allowing it to continue if it (Text) Does not exactly match the value of No Value. Since that approach wouldn’t use the affected exists/doesn't exist conditions that may help to get the Zap working in the meantime.

Let me know how that goes if you give it a try!

3 replies

Forum|alt.badge.img+3
  • Zapier Solution Partner
  • April 20, 2026

Hy ​@waystone1736 

Most Likely Cause

Stale field mapping – The filter step still references a field from an older version of the trigger. If you changed the trigger app, event, or if WellnessLiving updated its field structure, the mapped field path no longer exists. The filter receives (missing value) because it's looking for something that isn't there.

You can try:

  1. Delete the existing rule in the Filter step

  2. Re-add the rule – Select the field fresh from the trigger's output dropdown (don't type or reuse old mapping)

  3. Republish the Zap

Hope this helps you get it sorted!

If you're still stuck, I offer a free 20-min Zapier troubleshooting call. Book it through my Zapier Directory profile — it's listed under Resources on the left side: https://zapier.com/partnerdirectory/automatemybiz!-->


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • April 20, 2026

Hi ​@waystone1736 

Your screenshot appear to be showing different Zap Runs based on the timestamps. (different dates)

 

For Zap Runs, check the DATA IN/OUT for each step to help you trace the data flow and troubleshoot: https://zapier.com/app/history/

 

 

VS

 

 

 


SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • Answer
  • April 21, 2026

Hi ​@waystone1736! 👋

I did some checking and found a bug report that matches this issue where Filter aren’t seeing the mapped field values when the exists/doesn't exist conditions are used. Can’t make any promises around when it’ll be fixed, but I’ve added you to the list of folks being affected so you’ll get an email notification from us once it is.

For now, since the Filter is checking to see if a specific field value exists perhaps you could add a Formatter (Text > Default Value) action to check if that field contains a value and if it doesn’t, output the words “No Value” for example. Then update the Filter condition to check the output of that Formatter action instead, only allowing it to continue if it (Text) Does not exactly match the value of No Value. Since that approach wouldn’t use the affected exists/doesn't exist conditions that may help to get the Zap working in the meantime.

Let me know how that goes if you give it a try!