Skip to main content

Get Table

Description

Use this Activity to extract the table identified by the specified bookmark name within a Word document.

note

You can only use this Activity inside Word Context.

Properties

Input

  • Bookmark Name - Specify the bookmark to identify the position of an existing table.
  • Has Header Row - Set the flag to specify the existence of a header row in a document table. The default value is True.

Output

  • Result - The Data Table contains the data from the specified Word table.

Misc

  • DisplayName – The display name of the 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

It does not catch an error if this Activity is present inside the Try-Catch block and this property's value is True.

Example

Download Example

Sheet Exists