# Get Table

> `UiPath.Abbyy.Activities.FlexiCapture.GetTable`

`UiPath.Abbyy.Activities.FlexiCapture.GetTable`

:::note
The UiPath.Abbyy.Activities package has been deprecated and is currently out of support. Also, the package is unlisted from the UiPath Studio Manage Packages official feed. Check the [Deprecation timeline](https://docs.uipath.com/overview/other/latest/overview/deprecation-timeline#deprecated-features-or-capabilities) for more details.
:::

Retrieves a table from a specified `FCDocument` variable and returns it as a `DataTable` variable, so that it can be used later on, for example, with Excel. The activity can only be used inside the **FlexiCapture Scope** activity.

## Properties

#### Common

* **DisplayName** - The display name of the activity.

#### Input

* **Document** - The document, stored in an `FCDocument` variable, from which you want to extract a specific table. This field supports only `FCDocument` variables.
* **Name** - The name of the table that is to be retrieved. This field supports only strings and `String` variables.

#### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

#### Output

* **Result** - The retrieved table, stored in a `DataTable` variable.
