Hello,
I'm trying to perform duplicate check in a table and have only unique records maintained in the table.
For Example:
ID Name
0000 ABC
0000 ABC
This should return one unique row and update the table.
Can it be done via automations? Looking for the steps here. Thanks.