I have a workflow and at the end it is getting joined to a SP list using two values, the item alias and the break category. For my upload each month I only want any new unique records to be added to the SP site. Should the way I am doing it be sufficient or will I need to find a way to add unique item IDs to the records? So when I join this way does Alteryx look at both the alias and break category to determine if the record should join to one already in SP? Due to the amount of parameters compared the alias may be in SP multiple times, but there should only be one record of a particular alias under each break category. Below is an example of items that might be compared. I'd only want the items with a Y in the upload column to be added. Am I on the right track or would I need to assign record IDs and if so how would I go about doing that?
| Alias | Break Category | Break Already in SP | Upload Y/N |
| GNTY-4563 | Type Mismatch | NO | Y |
| GNTY-4563 | Amount Mismatch | YES | N |
| GNTY-4563 | System Mismatch | NO | Y |
| | | | |