Write dataset to word
Write dataset to word activity is used for writing changes made in dataset to the relevant table in Word file after completion of the changes.
| *Word name | The reference name of the word file which has already been opened or created is chosen in the dropdown. |
| **Dataset name* | The reference name of the dataset which has already been created is chosen in the dropdown. |
| *Table index | The index of the table which will be read to the dataset is written. Note: The index of the first table will be 0 since tables start from 0. |
| Include header | If there are column header in the resulting dataset, true is selected. |
Note: * Fields selected with are required, others are optional.
Word name example
You can use the Word name as shown in the example.
${newWord}
New dataset name examples
You can use the New dataset name as shown in the example.
${newDS}
Table name index name
You can use the Table name index as shown in the example.
1
Note
If there is no table in the Word document where the Dataset will be written, the error message “ No table found at that index ” will be encountered.
Therefore, there must be a table structure in the Word document where the dataset will be transferred.