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?