UiPath获取字段

UiPath.Abbyy.Activities.FlexiCapture.GetField

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.

属性

Common

  • DisplayName - The display name of the activity.

输入

  • “文档”****- 此为“FCDocument”变量,其中包含要从中提取指定字段的文档。该字段仅支持“FCDocument”变量。
  • “全名”****- 要检索的字段的全名。应使用以下格式指定字段的全名:“"Section Name\Subsection Name\Field Name"”。该字段仅支持字符串和“String”变量。
  • “名称”****- 要检索的字段的名称,例如“"Field Name"”。该字段仅支持字符串和“String”变量。

Misc

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

输出

  • “结果”****- 此为检索到的字段,存储在“FCField”变量中。

Example of using the Get Field activity

You can see how the Get Field activity is used in an example that incorporates multiple activities. You can check and download the example from here.

UiPath获取字段

 

上一篇:二叉树的建立及检验


下一篇:UIPath初识和安装