I am pulling data in with a custom connector and Parsing the data with JSON. There are a number of fields that I need to keep like "Name", "ID", "Start Date" and "End Date". I need to remove any duplicate ID's only leaving one record for each ID. I know how to remove duplicates for a string of emails but not sure how to remove records when just comparing one of the fields.
Any Help would be great,
Thank you