swipe - With BuildShip, I often run into the si...
With BuildShip, I often run into the situation where I want to use a branch and then have each branch return a variable to be used later when the branch completes. This doesn’t seem to be possible- am I missing something?
3 Replies
Hi @swipe, could you share the specific logic where you are not able to access the returned value from branch execution to another part of the workflows. I tested this with a simple usecase which evaluates a branch and used the generated output variable to pass it to another part of new branch in another node.
I'm not explaining my use case well.
1. Create a branch.
2. In THEN, create a node that generates a string
3. In ELSE, create a node that generates a different string
4. Create a node below the branch, and attempt to use the output of the string.
EXPECTED:
I can use the result of a node that is matched with a node in each branch.
ACTUAL BEHAVIOR:
It wants me to select a node from only the THEN or ELSE branch.