Hi All! I have a workflow where the data can go through two different paths. Each path performs a different calculation. At times there may be data that flows through both paths or there may be times when data flows through one path only. I then use a union tool to union any data that went through path 1 and path 2 back together. However, when I union the data from each path back together (specifically in instances where data only went through one of the paths) it's causing issues as there are columns with 'null' data included in the output. Is there a way to say that if the final results of one of the paths has no data (i.e. it only contains the column headers) that it shouldn't be joined?
Thanks for the help!