Get DataTables
Retrieves data tables from word document.
Last updated
Retrieves data tables from word document.
Last updated
Get data tables from the word document and store them into a list variable.
This activity can only be used after the Open Word Document activity.
In the case of nested Datatables, the activity retrieves the parent data table and the datatable within it will displayed in text format.
Input : WordHandle Variable
The word handle object to reference the opened word document.
Data Tables : List Variable
Stores the data tables extracted from the specified word document in a List of DataTable variable.