Hi there
My goal is to create a branch based on a boolean JSON parameter. I might be doing it wrong but the boolean is not triggered.
How do I convert the JSON to JavaScript in de branch?
Thanks a lot!
Hi there
My goal is to create a branch based on a boolean JSON parameter. I might be doing it wrong but the boolean is not triggered.
How do I convert the JSON to JavaScript in de branch?
Thanks a lot!
Hey there @devopser, the test block is case sensitive and you currebtly have true capitalised, which makes it a string rather than a boolean. Try with true and that should do the trick!