How to send output from one node( an AI agent) to multiple preceeding nodes simutaniously?


the workflow is presented. I would like to have the output from Client Analysis sent to solution and product match agents at the same time and let the two agents process the same output on their own branch.

the current workflow only pass the output to the upper branch. However, after I check the lower one, it has input info without trigger the excution.

Hey @zweihku ,

Simply use merge node.

Before finalaiser agent, add a merge node and connect the both the inputs from previous nodes.

This will surely solve your problem.

1 Like

thanks. merge with append helped.

1 Like

Glad it worked my friend!

Please feel free to mark this as the solution so that others can benefit from it in the future.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.