Can you share a screenshot or JSON output of the data going into the Switch node?
Check if the "valido" value definitely a string, not a boolean false.
I think what you can do is, instead of using a plain text rule, try using an expression in the Switch node:
{{$json.valido === “false”}}