Get Table
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 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
FCDocumentvariable, from which you want to extract a specific table. This field supports onlyFCDocumentvariables. - Name - The name of the table that is to be retrieved. This field supports only strings and
Stringvariables.
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
DataTablevariable.