Hello everyone! I have a workflow with two separate calculations. Based on inputs from the user the workflow either goes through 1 calculation or the other. I then union them together at the end. All of the columns are the same for each path/calculation except for one. For instance, if one calculation path is taken the last column will be 'Calculation 1' while the other one will say 'Calculation 2'. Therefore when I union the data, both columns are included even though one column may be completely null. Is there a way to remove one specific column of all of the values contained are null? I tried using a Data Cleansing Tool, but due to the calculations being performed there are some 'null' columns I need to include. The Data Cleansing Tool removes all null columns, when I only want it to remove a specific null column