I have a little problem with the "swicth" node, I think I don't quite understand how to use it,
my payload["1"] is an array of strings
so for me the "swicth" node I pasted above should check if the array contains the string fill in
at the output of this "switch" node I have two "functions" nodes
(as I understand it) for me if the array contains the right string that I filled in the "swicth" node then only the "function 5" node should be executed
and given that the 2nd condition of the "swicth" node is otherwise, then if the 1st test is not validated then it will not be the "function 5" node that will be executed but it will be the "function 6" node that will be executed however even if the array doesn't contain the right string that I filled in the "switch" node, it will still execute the 2 nodes (function 5 and function 6)
Can someone explain to me what I don't understand or what I'm doing wrong