My aim is to create user account in an application. If the account is already created in this application i’d like to goes on to create the others account. For example, if romuald.dany and maxence1.robert are already created on my saagie application i’d like the script process to create the others account on the excel file for example create paul.jeanjean
Is that possible in your opinion ? and how does the script process ?
Read Range into a datatable. For Each Row in Datatable to loop through the records. Inside the For Each do the steps to check if the account exists and create it if it doesn’t.
Have you done the free classes on the UiPath web site? It covers simple things like this.
We can create process for this scenario, but we need some input on the application you are using to create an account.
If possible share the link if its a web link or share some screenshot of the application responses for new account and existing accounts
Yes in my application called SAAGIE the input i can give you is the following : “l’utilisateur est inexistant” (it is in french) when i want to create the user account
In english it is “the user doesn’t exist”
So i’d like to tell to my xaml to continue to check the others accounts to create in my excel file
If the account exists, my application simply displays a text on the web page.
I think that I need to create an IF condition which tests if the text is present or not in the page. I found “TextExists” but I don’t know how to use it in the IF condition.
Do i take this input using “Text Exists” command in my xaml file ?