Within the attached are two examples. Sheet1 is an example of the flow output, Sheet2 provides the desired results.
This data will be uploaded into the system and the template for the upload doesn't accept duplicate information for some columns.
For example, within the attached (sheet1) the data is unique in columns Data#3 and Data#6 but the same in Data#1 and Data#2.
| Data#1 | Data#2 | Data#3 | Data#6 |
| Data#1014 | Data#2P-F | NGL | 0.95 |
| Data#1014 | Data#2P-F | MLY | 0.95 |
| Data#1014 | Data#2P-F | PFM | 0.95 |
The desired results would be removing the duplicate data in columns Data#1 and Data#2.
| Data#1 | Data#2 | Data#3 | Data#6 |
| Data#1014 | Data#2P-F | NGL | 0.95 |
| | | MLY | 0.95 |
| | | PFM | 0.95 |
I would want the data in column Data#6 to remain even though it's duplicates.
The number of rows would increase/decrease depending on the customer.
Does anyone have any ideas on how to solve for this?
Thanks,
Regina