Everything seems ok, I can call the web service and retreiving data, but I can’t display those data in a table.
This is what I get in page. Where I’m wrong? Can anyone help me?
About the issue you have displaying web service answer in the table widget that due to an incorrect data format.
In fact the table widget expect to receive a JSON with an array of objects (see documentation). Here you provide an array of arrays.
You might want to use a JavaScript variable to do the transformation from Array of Arrays to Array of Objects.
thanks for your reply.
In the meanwhile on friday night I solved my problem, by converting my Arrays of Arrays into an Arrays of Json Object. My mistake stems from the fact that I used to use an old version of Bonita (5.10) and I’m not yet so skilled with the new version of Bonita 7
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.