When I run the workflow, the expression correctly evaluates to false (as shown in the Result preview), but the IF node still routes the message to the True Branch instead of the False Branch.
Has anyone experienced this before or knows what might be going wrong?
let str1 = "true"; // str1 will be true
let str2 = ""; // str2 will be false
let str3 = "hello"; // str3 will be true
let str4 = "false"; // str4 will be true
if this answer your question, please give it a like and mark it as the solution
It doesn’t solve my issue, can you give me an example flow. I simply want to check if the word.text that come into the if branck exist in a list(list of string)