Convert JSON to HTML table
Usage
You can convert a JSON
to a HTML
table.
Input Arguments
Input Argument | Type | Description | Required? | Advanced Option? | Default |
---|---|---|---|---|---|
table | JSON | The table in JSON which shall be converted to a HTML table. | ✔️ | ❌ | - |
Output
Response | Type | Description |
---|---|---|
String | HTML | The JSON table in Html. |
Power Automate Examples
Convert HTML or URL to JPG Image
We use a JSON
table as input and convert it into HTML
.
A JSON with our SuperHeroSquad
{
"squadName": "Super hero squad",
"homeTown": "Metro City",
"formed": 2016,
"secretBase": "Super tower",
"active": true,
"members": [
{
"name": "Molecule Man",
"age": 29,
"secretIdentity": "Dan Jukes",
"powers": ["Radiation resistance", "Turning tiny", "Radiation blast"]
},
{
"name": "Madame Uppercut",
"age": 39,
"secretIdentity": "Jane Wilson",
"powers": [
"Million tonne punch",
"Damage resistance",
"Superhuman reflexes"
]
},
{
"name": "Eternal Flame",
"age": 1000000,
"secretIdentity": "Unknown",
"powers": [
"Immortality",
"Heat Immunity",
"Inferno",
"Teleportation",
"Interdimensional travel"
]
}
]
}
There are no options available in this action.
💡
Looking for the response of this example? If you scroll up you see an Output
tab.
Power Apps Examples
Known Limtitations
⚠️
If you experienced other limitations please get in touch with us!