Hi All,
I want to create a workflow that creates a new column and mark rows that are a match as "Remove" (See below).
I tried the Unique tool and it's still showing the rows that does have a match under "U". My goal here is to eliminate rows that do match based on ProductID and User ID.
The best way I know is to create a new column and comment as "Remove" or "Keep". I have tried concatenating the two columns ([ProductID] + [UserID]) but it's saying the size is too big to run the workflow.
In order to avoid these two options, I am hoping someone could help me?
| ProductID | UserID | AccountID | NewColumn |
| 123456 | SSS | NHIL5 | Remove |
| 123456 | SSS | HEML6 | Remove |
| 587654 | 45D | HLG0 | Keep |
| 154682 | LPP | 554HJ | Remove |
| 311436 | GHH | SED05 | Keep |
| 154682 | LPP | GGO | Remove |
| 745136 | RRH | 23DUP | Keep |
Thank You