Drop down menu in UiPath

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?

1 Like

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

1 Like

It works perfectly until i put it into my flowchart! I have made sure that all variables are there and I don’t know what to do

It work perfectly here! So why doesn’t it work when i move it over to my flow chart?

image

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 :slight_smile: