Word(Power Automate Desktop Action)

02/19/2024

Japanese version.

Basics

Start and end of Word operations

First, specify the Word to be operated on by either Launch Word or Attach to running Word.
The resulting Word instance variable will point to the Word to be operated on, which is then specified in the parameters of the various actions.
Finally, when the operation is finished, close Close Word to end the operation.

Actions

NameImportanceDescription
Launch WordHighOpen or create a new Word file to be manipulated.
To operate Word with Power Automate Desktop, this Action or Attach to running Word Action must be performed first.
Attach to running WordMiddleSpecify an already opened Word file as the target of the operation. To perform an Word operation with Power Automate Desktop, either this action or Launch Word Action must be performed first, although Launch Word Action is more common in practice.
Save WordMiddleSave the edited Word file without closing it.
Close WordHighCloses an Word file that has been manipulated by Power Automate Desktop. You can also save the file.
Read from Word documentHighThis action retrieves the content of a Word document and sets it to a variable.
Write to Word documentHighAn action that sets a value in a Word document.
Insert image in Word documentMiddleThis action inserts an image into a Word document.
The image to be inserted can be obtained from a file or from the clipboard.
Find and replace words in Word documentHighFind and replace text in a Word document.