Description

Sets the Bookmark Name and the text to be written on the declared bookmark.



Properties

Input

  • BookmarkContent - The text to be written on the specified bookmark.

  • BookmarkName - The name of an existing bookmark where the text would be written.

Common

  • ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.

Misc

  • DisplayName - Renames the activity.


Example

  1. Create a new Word document and type "Robotic Process Automation".
  2. Add a bookmark named RPA to that text. 
  3. Save your document.
  4. Add a Word Sequence activity inside the initial Sequence.
  5. In the Word Sequence File Path field, browse by clicking the browse button then select your Word document.
  6. Inside the Word Sequence activity, add a Set Bookmark Content activity.
  7. In the Set Bookmark Content Bookmark Name field, write "RPA".
  8. In the Set Bookmark Content Bookmark Content field, write "RAX EDITOR"

    The use case should look as the following screenshot:



After execution, your Word document should now look like this: