Use startTrigger JSON parameter in a branch

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!

1 Like

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!

1 Like