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