I have a table of names in excel and i want them to be the options in a drop down menu at the beginning, to make it easier for the person running the robot. How do I do this?
Hi Olivia
You can use the Input Dialog activity to achieve this. There is a parameter called “Options” to which you can pass an array of strings to appear in a dropdown box.
You just need to read in the table of names and create an array from it to pass to the input dialog activity.
Hi @Olivia_Winter
Fantastic
here you go
oliv.zip (23.9 KB)
hope is resolved
Cheers @Olivia_Winter
It work perfectly here! So why doesn’t it work when i move it over to my flow chart?

Kindly share your workflow if possible
Cheers @Olivia_Winter
Don’t worry I moved everything to the other flow chart and it works now! I don’t really know why that happened but, oh well ![]()

