Multi Option Workflow Action - Binding Values

Hello, I’m returning an object within the Multi Option Workflow and I’d love to conditionally trigger the actions. For example if object.add.length>0 => trigger my first branch. Ofc I can hack this with variables, but it is creating useless vars, for something that could be bound, like for example in for loop. Or is there a way that I’m not seeing? :slight_smile:

You can use the “Return” action to create local variables :slight_smile: