How can we show rest webservice response in Datagrid

0
I have page with a datagrid. When this page is loaded a rest api call should be triggerd and data should be shown in datagrid   Option 1. Attach datasource of datagrid to Microflow , call the webservice and populate Non persistent entity. THen try to show the NPE in datagrid. Or are there any other options
asked
1 answers
2

Option2: Create a 'Container' entity and set an association between your results and the container. Then show the container with a nested grid retrieving over association

 

Option3: Copy results to persistent entity and show the results via XPATH

answered