I have a workflow with node branch that leads to different API POST requests, with the only difference being the body content. After these API calls, the workflow is the same, using the POST request output as input for the subsequent nodes.
I want to avoid duplicating the subsequent nodes for each branch. Is there a way to merge the paths back together so that the output from either branch can be used in the same steps without duplication? I'm looking for a way to simplify the workflow after the branching and efficiently use the API response for the next steps.