Context:
- I’m using a
Switchnode in n8n to check avalidofield that is a string, either"true"or"false". - The input is:
"valido": "false"(confirmed). - The Switch has a rule comparing
valido == "false"(text, iconAis shown).
The problem:
Despite valido being "false", the Switch node does not activate any output branch. Output 0 and Output 1 are empty.
