Fill dynamic table with values from db

HI,
The first step of process,a service task type, i create a connector MySQL.(I used Bonita studio 5.9)
I complete database information and create query:
“SELECT username FROM users”

-For output connector,i select:
rowSet.getValues();

-Destination variable:
list_of_name(a variable,public,java.util.list);

The second step,i create a form and insert a table,the second row i put–>list_of_name.toString();
But it prints all names in the same cell
I would like a name to a cell.
How can i do it?Have any ideas???Thanks :slight_smile:

Hello,
On the data tab of your table widget, you should switch to the expression (instead of table) and just select your list_of_name.
Hope this helps,
Haris