Get Field
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 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
FCDocumentvariable containing the document from which the specified field is to be extracted. This field supports onlyFCDocumentvariables. - 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 andStringvariables. - Name - The name of the field that is to be retrieved, such as
"Field Name". This field supports only strings andStringvariables.
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
FCFieldvariable.