Hello Wewebers,
hope to learn the difference(s) between “Pass through condition” and “True/False split” ?
and what are the use cases / examples to use the former over the latter?
pass through condition will stop the execution of the workflow when false
.
true/false split executes different actions based on the true/false value and then continues with the workflow.
3 Likes
Thank you so much for the explanation ~!
1 Like