Add Table to Word File

Add Table to Word File

Description

You can add a table to a word DOCX file.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Table Data JSON or CSVThe table which shall be added to a word document.✔️-
Existing File Content Word FileExisting word file to update.A blank word file is used if none was chosen.
Show Headers? BooleanIndicates whether the first row of the table should be used as column headers.✔️Yes
Table StyleChoice FieldTable style, as it is named in the original word document.✔️Grid Table 1 Light
Table Caption StringText displayed next to table.✔️-

Output

ResponseTypeDescription
File responseFileThe created or updated word file (docx) containing the table.
File response as stringStringThe word file as a base64-encoded string, useful for storing in variables, Dataverse, or passing to other actions.
MIME typeStringThe MIME type of the file, e.g., application/vnd.openxmlformats-officedocument.wordprocessingml.document.
ExtensionStringThe file extension, e.g., docx.

Power Automate Examples

Add Table to Word File

We use a table in JSON format as string and add a caption to it.

Picture

💡

Looking for the response to this example? Scroll up to see the Output tab.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!