I want to display some data in table format.
- Drag and drop the data column table onto the canvas.
- Enter the following JSON value into the dataTable field:
[
{
"DataTableColumn_75162": "No Code Required",
"DataTableColumn_12121": "Ritik",
"DataTableColumn_93477": "Dixit"
},
{
"DataTableColumn_75162": "No Re-Deployment",
"DataTableColumn_12121": "Dixit",
"DataTableColumn_93477": "Ritik"
},
{
"DataTableColumn_75162": "Low Ownership Cost",
"DataTableColumn_12121": "Tundla",
"DataTableColumn_93477": "Chhikau"
}
]
-
Your data will now be displayed in the data table columns, as shown in the image below.
@AnushkaGupta If this post resolved your query, please mark it as the “solution.” If not, feel free to ask any further questions.
1 Like
Thank You @Ritik_Dixit