Select Multiple Items Activity

in choosing from a radio button list, what should the input be if the Expression Editor is giving me:

(String)

InArgument String<>

The brackets mean it’s an array, so that’s an Array of type String.
In Variables, choose the type that says Array, then choose String.

My question would be is there a Select Multiple Items Activity? Cause I don’t see it in my Studio version, lol.

Yep.
It’s in CE Moonlight 2017.:wink:

Add “Select multiple items” activity to your workflow, press indicate on screen, choose a list control which has some items selected.

MultipleItems property will be automatically initialized with the selected items like this:
{“Item1”, “Item2” }

This is actually the VB.net syntax for array literals.

Adrian.

Hi All,
I have to select the multiple attachments in an folder.
and I am using the select multiple items activity , but its not working
kindly help me to resolve the issue.

Hi I have to select multiple dates dynamically , so i stored the dates in array of string which have same kind of code but it is not working

{“Monday, 6th September”, “Tuesday, 7th September”, “Wednesday, 8th September”, “Thursday, 9th September”, “Friday, 10th September”, “Saturday, 11th September”} = direct code entered in select multiple items

{“Monday, 6th September”, “Tuesday, 7th September”, “Wednesday, 8th September”, “Thursday, 9th September”, “Friday, 10th September”, “Saturday, 11th September”}= Finaldate ( the variable value)