How to create multiple selections using excel value for users?

Hi

To start in a simple way
We got an activity to do this in studio itself

Did we try with INPUT DIALOG BOX activity which is especially made to get the input from user and that can be made as a multiple option as well

There is a property in input dialog box activity like this

  • Options - An array of options to choose from. If set to contain only one element, a tex box 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. Ex. {“Item1”, “Item2”, “Item3”, “Item4”, “Item5”}

Here you go with an example of how to use it

This should work on a easy note
But still if you want to try with forms
Here you go with a sample xaml in it

Hope this would help you resolve this

Cheers @Rita_Guan