Save Version 1 (Python)

Action group: Office


Description

The action saves the document

Action icon

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextContext for working with a documentRobin.OpenTextDo c
Yes
Folder pathPath to the folder where the document is to be savedRobin.FolderPathC:\doc\imgNo
File nameThe name of the new file that will be created based on the original one.Robin.String
No
Results
Path to fileFull path to the saved file.Robin.FilePath

Special conditions of use

None.

Example of use

Task 

There is a file test (2).docx. You need to add a record = “test record” to the beginning of the document. Then, save the document and close it. 

Solution

Use the "Open", "Enter text", "Save", "Close" actions.

Implementation

  1. Move the "Open" action to the workspace and set its parameters.
    In the "Path to file" field specify the path to file test (2).docx.



  2. Move the "Enter text" action to the workspace and set its parameters.
    In the "Context" field specify the context created in section 1.
    In the "Text" field, specify the value "Text".
    In the "Add text to" specify the value "Start of the document".  


  3. Move the "Save" action to the workspace and set its parameter.
    In the context field specify the context of the open document.
  4. Move the "Close" action to the workspace and set its parameter.


  5. Click "Start" in the top panel.

Result

The program robot completed successfully. 

The needed text was added to the document. The file was saved and closed.

  • Нет меток