Hi,
I need help on how to choose multiple fields from input dialog box. I see that there’s no functionality as such for now.
Thank you.
Yashasri.
Yah we can in input dialog box activity
With this property
- Options - An array of options to chose from. If set to contain only one element, a textbox appears to write text. If set to contain 2 or 3 elements, they appear as radio buttons to select from. If set to contain more than 3 items, they appear as a combo box to select from. This field supports only String Array variables.
Like if we set to more than three options it will come as a combo box with which we can select the one we need And get the output with a Results property
Or we got an another option
Cheers @Yashasri_Jakkula
Thanks but this was not what I was looking for. I want to select multiple options from the combo box.
Check this demo : UiPath Tutorial | UiPath Tutorial For Beginners - Uipath Input Drop Down Menu | ExpoHub - YouTube
Yashasri, if this has helped, can you please mark it as solved and close it.
HI Sir,
Unable to use the Input Dialog Box for Multiple Choice type as it giving compiler error Please help.
@RAKESH_KUMAR_BEHERA
you need to give format like this
“WI1;WI2;WI3;WI4;WI5”
Heyy guys ,
So how to add values from variables as input options in an input dialog ?
I am trying to add values from a List but sounds like it’s not possible.
Please take a look at the picture below and let me know how to do it !
Thank You !
This is the answer everyone is looking for.
Thank you, this is what I was looking for!
Thanks for the info!
Did you find any solution to this?
In my case, this way works
Thanks you for your answer
Thanks a lot.