Get Element
Get element from word document.
Extracts the element after the bookmark. It can only be used after the Open Word Document activity.
Input
Input :
WordHandle Variable
The word handle object to reference the opened word document.
Bookmark :
String Argument
The bookmark in which the element to get.
Add Headers :
true
- column headers will be extracted from the word document.false
- column headers will not be extracted from the word documents.
Output
Content :
Object Varaiable
****The variable that stores the data extracted from the specified word document.
Last updated