Pretty much the title. I’ve got a fairly complicated workflow to analyze my sales data, but I can’t quite figure out this part.
I’ve got a set of nodes that creates a flow variable in certain situations, but not others. As the loop churns through files, about 10% of the files will produce a specific flow variable output that requires an alternate processing flow. The flow merges further downstream and would append results at the Loop End node, before final processing.
Hi,
would it be possible to change your workflow in that way, that the variable is always present but with different values? If so you can then use this variable to create a rule (via rule engine node) to switch different branches of a switch or if-then construct.