Hi everyone,
I'm working on an Alteryx workflow where I'm processing data through multiple containers to create new columns based on specific conditions. I need to perform a full join to compile all this information into a single table without losing any values. I have tried couple of things but i am not getting the output that i desire... Here is an exmaple of the desired output
Please help 
| ro | product | submission_target_date | submission_lbe_date | submission_actual_date | approval_target_date | approval_lbe_date | approval_actulal_date | overdue | missing |
| RO -6 | SolarFlare | 2/9/2024 | 12/18/2024 | | 10/13/2023 | 11/22/2023 | 7/23/2024 | TRUE | FALSE |
| RO -7 | NanoShield | 6/11/2024 | 4/9/2024 | | | 12/30/2024 | | TRUE | TRUE |
| RO -8 | TurboBlaze | 11/22/2024 | 8/4/2024 | | | 11/15/2023 | | TRUE | TRUE |