Concatenating inactive and active branches into one

Hi,

I am using a if else switch. On one condition a specific query runs and on another a different one runs. The results should be like a concatenated or like a union of those two as i have made this into a component and want to push it into one component output.
However, inactive branches doesn’t work in either concatenate node or like a addition to the component output via flow variable.

One will always be a inactive branch and other will always be a active node. Why can’t i concatenate both and then push it into one component output?

You have tried adding an End If node between the query readers and the component output?

On a side note, what is there to union if you deliberately have a branch inactive based on your condition? With the End if node it will pick up any data that is passed through, either from top or bottom.

5 Likes

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