fayis.cm
(Fayis Cm)
January 17, 2022, 7:07am
1
Hi All,
I need to create a UiPath form with a single dropdown to select multiple values. Iam able to create dropdown with single selection but when it comes to multiple selection its not working with widget type HTML5. could anyone please provide a solution for the same?
1 Like
Hi @fayis.cm
Kindly check the below please…
FormsMultiSelecDropdown_nmnithinkrishna.zip (2.5 KB)
Please go through the form design panel and the dropdown properties.
Let me know for any queries.
Thanks
#nK
Hi @fayis.cm ,
Please refer to the below screenshot and follow the same to achieve your target.
Open the Form Designer by clicking Open Form Designer
Drag and drop the Drop-Down List into the form and you will see the Drop-down List Component screen appears.
Click the Data option, and enter the required value into the Label Field which you need to get displayed in the dropdown.
Click the +Add Another
button for creating a new row.
Click Save to save your design.
I hope, this helps you out.
Thanks,
@90s_Developer
fayis.cm
(Fayis Cm)
January 18, 2022, 4:06am
4
thank you @90s_Developer , But i need to select multiple values from single dropdown and the input to the dropdown is a list
1 Like
fayis.cm
(Fayis Cm)
January 18, 2022, 5:06am
5
thank you @Nithinkrishna , actually the input to the dropdown is a list of string. when i pass list to the dropdown it displays all the items from the list and i need to deselect the items which i dont want to select. this become a problem when there is a huge number of data
1 Like
Hey @fayis.cm
Even for the list input it’s working fine.
Kindly run the below attached workflow please and validate the behavior. If you still see any issue please let me know.
nmnithinkrishna_Formsdropdown_updated.zip (2.6 KB)
Thanks
#nk
1 Like
Hi @fayis.cm ,
Please refer to the below thread.
Hi
This could be achieved with some json manipulation. Current documentation for Form Activities Pack is very sparse and incomplete, probably there is a more convinient way, but the solution below has worked for me:
Here I am using Select Boxes element that can hold any number of checkboxes inside and aligns them horizontically (I have community UIPath and 1.1.6 version of Forms Activities Pack):
Basically, what we see on the form is rendered from a json that contains all information about ea…
Hope this solves your problem.
Thanks,
@90s_Developer
1 Like