Skip to main content

Save As

Description

This activity saves the word document specified in the current word context into a different file. You can specify the file name and the file type to save as.

note

You can only use this activity inside Word Context.

Properties

Input

  • File Name - Specify the file name to save as without an extension
  • Output Directory - Specify the folder to save the file
  • File Format - Select the file format type to save as. The following file formats are supported:

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Example

Download Example

Save As