I'm using Bonita BPM 7.3 for developing a simple software. Currently, I'm focusing on a single process, about document requests. The user choose a document from a table, then he/she compiles it or download it. The problem: I'm not able to populate the table. the documents are loaded from a MySQL database, via the provided connector. The table remains blank. I think the problem is in managing the list variable in the user form. Other details:
- I tested the connector and it's working (It returned me the data)
- I tried many solutions via REST API, no success
- I used both a fake list initialized via groovy script and the "real one", no success
- I have read every question here about similar problems
- I've also bought a Bonita BPM guide but it's not helpful about this
- I have looked for a solution everywhere, also in the Bonita documentation, video guides etc.
What I would like: A simple yet detailed explanation on how to display lists content in a table on a form. Fell free to ask more details, any help will be welcome