UiPath Documentation
apps
2022.10
false
Apps User Guide for Automation Suite
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

函数:Lookup

提示:

To better understand how the Lookup function works, check out the Using Apps with Data Service pages in the How To section.

使用此函数查找并返回表格中满足公式或条件的第一条记录。

语法 描述 示例

查找 (实体和条件)

返回与条件匹配的第一条实体记录

docs image

参数

参数 类型 描述

Entity

必填

要搜索的表格、数组或实体(例如,控件的数据属性或流程的结果)。

Condition

必填

用于在实体中查找的条件。

Condition参数的格式应如下所示:

[Entity Field, Operator, Value]

可以使用以下运算符:

  • contains
  • not contains
  • startswith
  • endswith
  • =
  • !=
  • >
  • <
  • >=
  • <=
  • in
  • not in
  • 参数

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新