jsonData
String
[ { "id": 101, "name": "Priya Singh", "email": "priya@example.com" }, { "id": 102, "name": "Jane Smith", "email": "jane@example.com" } ]
jsonData
variable.{ "type": "array", "items": { "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "email": { "type": "string" } } } }
id
, name
, email
) from the JSON data and create an HTML table.HTML Table Report
Here is the report: @{body('Create_HTML_table')}
You can download the logic app template from the estudy247 GitHub repository – la-test-htmltable-11