activities
latest
false
  • 发行说明
      • 2024 年 6 月
      • 2024 年 5 月
      • 2024 年 1 月
  • 概述
  • Uploading data to Communications Mining
  • Using the Dispatcher Framework
  • 活动参考
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Communications Mining 活动
Last updated 2024年10月11日

Helper functions

Just like withthe StreamResult class, you typically won't need to interact with these properties directly. There are a set of helper functions that make it easy to access the data you need:

FieldExists

FieldExists(string name)

Returns: bool

This function lets you determine whether a given field exists for the current extraction.

GetFieldValue

GetFieldValue(string name)

Returns: string
This function returns the value for the given field.
Note: If the field does not exist, then an empty string will be returned.

GetField

GetField(string name)

Returns: Field.

This function returns the field with the given name

Note: Most of the time you want to use GetFieldValue instead.
  • FieldExists
  • GetFieldValue
  • GetField

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。