Create a dropdown dialog just like input dialog

Hi everyone, I want to create a dropdown dialog just like input dialog activity.
I want to let the user select the business type from a dropdown just like input dialog at the beginning he run the robot.(The number of business type is over 10 so I think a dropdown is good for user to select the item) .
And then robot will login a web system and download a file for the selected business type and do some operation.Is there any way to realize the dropdown dialog. Thank you.

2 Likes

Hi @gin, is this what you require?

image

1 Like

Yes, how to make it. Thank you.

Hi @gin, you could do it by using a Input Dialog. If you provide an array of more than 3 values to Options, it will turn into a dropdown box.

Hope this helps. Cheers :slight_smile:

3 Likes

It works. Thank you.

1 Like