Hi everyone,
I’m having an issue with a filter that should work, but doesn’t — and it’s driving me a bit crazy. Hopefully someone here can help me find what I’m missing.
Scenario
I’m pulling rows from a Google Sheets document using the Google Sheets module. Then, I want to filter only the rows where the value in column Website (C)
is exactly "Procesar"
.
Here’s the filter setup:
As you can see, every bundle is checking:
Data Input / Output
Here’s the output from the Google Sheets module, showing the first bundle. The value appears to be "Procesar"
exactly:
Still, none of the filters are passing. Every bundle is being blocked.
What I’ve tried
- I made sure there are no leading or trailing spaces.
- I removed the data validation rule in the column, just in case.
Still, same problem.
Would love to hear how others approach this type of problem, especially if there’s a cleaner solution than using helper columns in Sheets.
Thanks in advance!