I am using the UiPath Active Directory Activities to create New User accounts
Looking for assistance to identify, when creating a new user, if a user with the same LastName and FirstName already exists in the OU so that I can add a suffix to the CN attribute.
I have managed to sort out the SAMAccountName when creating the account, but cannot fathom how to validate if a user already exists in the OU with the same LastName and FirstName.
Thanks in advance