Launch Word Action
Launch Word Action launches a new Microsoft Word instance. It can optionally open a specific document or create a blank one. The Word instance reference is stored in an output variable for use with subsequent Word-related actions such as finding text, replacing content, or closing the document.
Appearance
In Talos, Launch Word Action appears as a standard rectangular node with a file-circle-plus icon.

Properties
As all Actions, Launch Word Action has a few unique properties that are essential for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same type of actions.
This property is Read only and it is not customizable
See more about Talos Scripting language & Expressions
This property supports expressions. You can use variable references and string expressions to dynamically resolve the document path at runtime.
Examples
Assuming a declared String variable with name docName.
C:/Documents/report.docx
C:/Templates/${docName}.docx
${docName}