i have a robot that creates users but first it looks if they already exist in the system, i solved that with Text Exist and now my question if text exists then Message Box if i want to Click OK i like that it selects the nexter user from the CSV list and start the process from new
Place that type into the ELSE part as you will be creating user only if there is no such user…
apart from that its fine
kindly let know for any queries or clarification
Create the entire steps in a sequence if the user doesn’t exist with a meaningful name, and then you can do the same as you are checking now as in the if condition, and drag the entire sequence into the else condition to do the remaining steps if the user doesn’t exists