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.
标签:Name,Field,获取,activity,FCDocument,该字,UiPath,变量 来源: https://blog.csdn.net/m0_63912701/article/details/121160766