# Get Field

> `UiPath.Abbyy.Activities.FlexiCapture.GetField`

`UiPath.Abbyy.Activities.FlexiCapture.GetField`

:::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 field from a specified `FCDocument` variable and returns it as an `FCField` variable. It can only be used inside the **FlexiCapture Scope** activity.

## Properties

#### Common

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

#### Input

* **Document** - The `FCDocument` variable containing the document from which the specified field is to be extracted. This field supports only `FCDocument` variables.
* **FullName** - The full name of the field that is to be retrieved. The full name of the field should be specified in the following format: `"Section Name\Subsection Name\Field Name"`. This field supports only strings and `String` variables.
* **Name** - The name of the field that is to be retrieved, such as `"Field Name"`. 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 field, stored in a `FCField` variable.
