how display data from database in form in bonita 6.3.2

1
0
-1

hi, i want to display data from database in a form field but i cant. i create a connector and test it , it work well now what should i do in my form ? pic

1 answer

1
0
-1

Hi. At the end of your connector you have a n x n list. You need to store it in a variable. Then, in your form, you can place a Grid widget and set the initial data with your variable. You will obtain a table with the result of your query.

Notifications