Hy,
I’m a little confused about how to generate a Dynamic Dropdownlist.
I’d prefer having an Array of String, but this seems not to work,
as far as i found out i need to have to provide an Dictinpoary style string
like:
{‘value’:‘4’,‘text’:‘Member1’}
But how to provide this data / what to bind to the Dataprovider:
- Long string “{‘value’:‘4’,‘text’:‘Member1’},{‘value’:‘4’,‘text’:‘Member1’}”
- Array of String with single items like {‘value’:‘4’,‘text’:‘Member1’}
- List in the Select Variable Dialouge (but here the number of items will
be fix and i’m not able to Click Ok…
Thanks fo direct me on the right way
Servus
Michi