Set value in select box

1
0
-1

Hello everyone.
I want to use select box in UI Designer which take data from variable(List of string defined in studio).
can anyone help me?
Thanks a lot.
(I use Bonita BPM Community Edition 7.1.2)

1 answer

1
0
-1

I used a javascript regex parser as a workaround:

return $data.myList.value.match(/([^[],])+/g);

Notifications