Maybe I'm not understanding control containers properly. Since there is no data being passed in the false branch (i.e all ages are at least 30), the field "info2" shouldn't have even been added to the union tool? I don't want metadata from both branches being unioned, only the stream that had data, which will always be one or the other.
When the metadata from both get added, it causes a downstream conflict.
My ultimate goal is for a simple way to only have one stream of data be passed based on my condition. Please let me know what I'm doing wrong.