Add HTML to Word File

Add HTML to Word File

Usage

You can add a HTML to a Word DOCX file.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Existing File ContentDynamic ContentThe Word document which shall be used to add the HTML into.✔️-
ContentHTMLThe HTML content which shall be added to the Word document.✔️-

Output

ResponseTypeDescription
WordDOCXThe Word containing the HTML content.

Power Automate Examples

Add HTML to Word File

We chose not to use an existing Word document. Therefore, a blank Word document is used. In addition, a table in HTML is used as an example. Thereafter, the Word is being saved.

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>

Picture

💡

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!