Read Bookmarked Text
Description
This activity reads the text in the range of the bookmark selected.
note
You can only use this activity inside Word Context.
Properties
Input
- Bookmark Name – The bookmark's name to read the text from.
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.
Output
- text - The text read from the bookmark range.
Example
Download Example