Convert HTML Table to JSON
Usage
You can convert HTML
table to a JSON
table.
Input Arguments
Input Argument | Type | Description | Required? | Advanced Option? | Default |
---|---|---|---|---|---|
Table | HTML | The HTML table which shall be converted to a JSON table. | ✔️ | ❌ | - |
Output
Response | Type | Description |
---|---|---|
JSON | String | The JSON response from the HTML table. |
Power Automate Examples
Convert HTML or URL to PDF
We use an HTML
table as input and convert it into a JSON
table.
Simple HTML table
<table>
<tr>
<th>Company</th>
<th>Contact</th>
<th>Country</th>
</tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Chang</td>
<td>Mexico</td>
</tr>
</table>
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!