How to take the value dynamically in "TYPE into Input"?

How to take the value in “Type into INPUT” Dynamically? As I have to create 1000 users

Create a variable and put the variable in that field

i.e. In_Username = “ua126”

put In_Username in type into

2 Likes

@Shashank_Harsh

Where are u getting the values from??

How are you creating the username??? Conditions?

Hello @Shashank_Harsh,
best way is to save all the users in an item list / data table,
then with a foreach activity,
use Get Row item → save in a variable called users
pass this variable in the type input

This way if you have 1 or 1000 users in the item list, all of them will pass through.

Cheers,
Vincent

1 Like

Sorry, use → For Each Row activity, not foreach

hey! right now i’m not getting the value to anywhere, manually i’m writing .
Actually the things is i’m using keycloak and i have to create 1000 of user in it. And for that i have to automate it in such a way like i will create all the users in that. And for that i have to pass the username dynamically like from some file.

Fine
Welcome to uipath community
—may I know how you the input like in which format
Cheers @Shashank_Harsh

@Shashank_Harsh

Please check the below workflow. U can create your workflow using as an example.

Remember the count within the while activity should be in the last place in while.

TestSeq.zip (2.2 KB)

Hope it clears your query.

Cheers

@Shashank_Harsh

Did the idea worked for you??

Hi , Attached example should help you out in case your type into is not in fixed position. Hope this helps .Web_Automation_Challenge.xaml (34.5 KB)

I save user in excel and fetch the username from it

you can read the Excel, get the names in data table, Using foreach row get the names using get row activity to a variable, and use that variable

yes i did same thing, Thanks

1 Like

Because i can’t save into list, we may have 10,000+ username

1 Like