How to pass input dialog activity through Generate a Random Name - Random, Arabic, Tunisia - Fake Name Generator
What did you need to pass in the Input Dialog activity ? @bakrious12
You want to choice Multiple
"Cat;Dog;Ball"
Check out the XAML file
InputMultipleOption.xaml (6.2 KB)
Regards
Gokul
yes multiple choice but as you can see the name set and country in the link I shared have many options should I write them all? or there is another solution?
Hi @bakrious12
In the Input Dialog box you can try with this
"Name;Country;Phone Number"
Regards
Gokul
the question is as this * Generate a random number of Identities (From 5 to 15 Identities randomly) using the Fake Name Generator website (https://www.fakenamegenerator.com) and ensure that you will choose the below options USING The UiPath Input Dialog Activity:
Gender: Random
Name set: Arabic
Country: Tunisia
Main.xaml (46.7 KB)
i did this but need fixing
i want to pass the name set and country in the drag and drop in the link i shared
@bakrious12
What do you need to archive?
what is the issue are you facing?
What do you mean by Drag and drop the Link ?
first I want to: Generate a random number of Identities (From 5 to 15 Identities randomly) using the Fake Name Generator website (https://www.fakenamegenerator.com)
Then I want to choose the below options USING The UiPath Input Dialog Activity:
Gender: Random
Name set: Arabic
Country: Tunisia
Main.xaml (46.7 KB)
You can try with Select Item activity
Regards
Gokul
i did that haha but I need it through input dialog “it is an assignment”
and how to do the random identity part any ideas?
Hi @bakrious12
- Use Input Dialog box → Store the Output Result in the variable
Gender_Out
"Random;Male;Female"
- Use Select Item → Pass the variable here
Gender_Out
Regards
Gokul
okay thanks but for the name set and country there are too many options should I state them all? and do the same?
Yes @bakrious12 , If you need to get the input from the use You need to do like that.
thanks bro and if you get any ideas about the random part please share!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.