How can i populate data to table in UI designer from data base.

Hi,
i want to populate data into table from UI designer where i have the data saved in database as simple text how to separate the text and populate in UI as a table with appropriate headers format .

any solution please?

Regards,
Manik

Hi Manik,
If you want to use the Table widget you’ll need to pass it a JSON object with the necessary key value pairs for it to render properly. You may need to write a Javascript expression to take the returned data from the database for the transformation.