Action group: Word
The action saves the document to a variable
Parameter | Description |
---|---|
Context name | A unique session ID to which the action will be applied. |
Result - a variable to which the document text will be written to.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Unique ID of the session to which the action will be applied. | Robin.Word | Word context | Yes |
Results | ||||
Result | The variable to which the text of the document will be written | Robin.String |
Tables present in the document will be taken in text form with \r separator between cells.
There is a file test (2).docx. with name entries. Get the text of the document into a variable of type "String". Next, save the document and close it.
Solution
Use the "Open document", "Get text", "Save as", "Close document" actions.
Implementation
Result
The program robot completed successfully. The text from the document was saved to a text variable. The file was saved and closed.