Insert Text To PowerPoint

Insert Text To PowerPoint

Description

You can insert text to a PowerPoint file at a certain position indicated by a placeholder.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Existing File Content PowerPointExisting PowerPoint file to insert text in. Must be a file – Base64 string is not supported.✔️-
Placeholder name StringThe string which indicates the placeholder. Hence, the position where the text is inserted at in the PowerPoint document.✔️-
Placeholder textStringThe text which shall be added to a PowerPoint document.-
Placeholder PrefixStringOpening placeholder delimiter e.g. {{InsertHere}}.✔️'{{'
Placeholder SuffixStringClosing placeholder delimiter e.g. {{InsertHere}}.✔️'}}'

Output

ResponseTypeDescription
File responsePowerPointThe updated PowerPoint file with the inserted text
File response as stringStringThe binary file content encoded as a string (for storing in Dataverse or variables).
MIME typeStringThe MIME type of the file
ExtensionStringThe file extension (always pptx)

Power Automate Examples

Insert Text To PowerPoint

We use Get file content to retrieve an existing PowerPoint presentation. In that PowerPoint file, we included a placeholder code — in our case: ##P2A##. This placeholder will be replaced with the specified text, for example: "We are P2A". Afterwards, the updated PowerPoint file can be saved using the Create file action.

Picture 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!