IR21 Airtel_NERCT _09 May_2024.pdf - PDF unstructured, please handle manually
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_BIHMS_2025-01-13.pdf - OK
IR21_DOMCL_2025-01-14.pdf - OK
IR21_DOMCL_2025-01-14.pdf - OK
IR21_DOMCL_2025-01-14.pdf - OK
Output:
IR21 Airtel_NERCT _09 May_2024.pdf - PDF unstructured, please handle manually
IR21_BIHMS_2025-01-13.pdf - OK
IR21_DOMCL_2025-01-14.pdf - OK
This is the most easiest way to remove duplicates from string. @shaik.muktharvalli1
Assign variable as string.
Note - your string will be set as one liner
example - ABC,PQR,LMN,PQR.
Than use this string.join method in UiPath to remove duplicates.
String.Join(“,”,Input.split(","c).Distinct()) for this also variable type as string.
will give you output as
Example ABC,PQR,LMN
Hope this resolve your issue cheers and happy automation.