Add Image to Word File within Table

Add Image to Word File within Table

Description

You can add an image to Word DOCX file within a table.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
ImageImageThe image that will be added into a table in the Word DOCX file. The table will be created automatically. Must be a file – Base64 string is not supported.✔️-
Existing File Content Word FileExisting Word file to updateA blank word file is used if none was chosen.
Description Text StringText displayed next to image-
Maximum Image WidthNumberMaximum width in pixels, capped at 600 (page width).✔️Original width
Maximum Image Height NumberMaximum height in pixels, capped at 2400 (page height).✔️Original height

Output

ResponseTypeDescription
File responseFileThe updated Word file with the image embedded in a table.
File response as stringStringThe file as a base64 string. Useful for storing in variables, Dataverse, or passing to other actions.
MIME typeStringMIME type of the Word file, typically *pplication/vnd.openxmlformats-officedocument.wordprocessingml.document.
ExtensionStringFile extension of the output, usually docx.

Power Automate Examples

Add Image to Word File

We use our logo as an example and include it with a caption inside a table to a newly created Word document (since we did not choose an existing Word document in the beginning).

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!