Get Table
You can select this activity to retrieve a table from a specific document and return as a Data Table variable.
This table lists the properties for the activity.
| Property type | Property Name | Data type | Description |
|---|---|---|---|
| Common | Continue on error | Boolean | Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default. |
| Include Headers | Boolean | Select the check box to include headers in a table. | |
| Wait After | Int32 | Time to delay (in seconds) after this activity runs successfully and before the next activity runs. | |
| Wait Before | Int32 | Time to delay (in seconds) before running this activity. | |
| Input | XPath | String | The location of the web element |
| Frames | List< String> | The XPath of the frame. | |
| Web Elements | WebElementItem | The element from which table must be retrieved | |
| Output | Data Table output | DataTable | The retrieved table stored in the form of a datatable. |
| Response Code | Int32 | Response code for the activity. Possible values:
|