I want to create users for an app by retrieving data from a excel file but when any user is present for that app with the same name of data then robot throw the error “User already exists” so i want to put condition like…
If user with same name present than put “cancel” and continue with “New User” otherwise directly come to “New User”
How Can i do it…??
ThankYou in advance !