activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Integration Service 活动

上次更新日期 2025年4月7日

Using the WHERE clause in List All Records activities

概述

UiPath uses a generic pattern for activities such as List All Records in Integration Service activities. In List All Records, a Where clause is available to allow for more advanced filtering.
备注:
Not all List All Records activities include a Where property. Availability depends on each connector.

Older versions of Integration Service activity packages may also include List Record activities. List Record has been deprecated and replaced with List All Records. We recommend you always use the latest package version available.

Using the WHERE property

The Where clause, or the CEQL search expression, provides a standard way to search across records. The Where clause specifies what to search and what objects to return in our result set.
A Where clause has three components:
  • The left­hand side (LHS) element of the condition
  • The operator
  • The right­hand side (RHS) element of the condition
  1. Add a List All Records activity to your workflow.

  2. Select the object from the dropdown menu.

  3. Use the Manage Properties option to view any additional fields available for the selected object. These may include:

    • Max records - Defines the maximum number of records to return.
    • Order by or Sort by- The order in which results should be sorted.
    • “位置” - 典型 SQL 查询中不带 WHERE 关键字的 CEQL 搜索表达式或where 子句。

Valid operators

You can use the following operators inside a Where clause:
  • AND - TRUE if all the conditions separated are TRUE
  • OR - TRUE if any of the conditions separated are TRUE
  • = - Equal to
  • != - Not equal to
  • < - Less than
  • > - Greater than
  • <= - Less than or equal to
  • >= - Greater than or equal to
  • LIKE - TRUE if the operand matches a pattern
  • IN - TRUE if the operand is equal to one of a list of expressions
  • IS NULL - TRUE if a NULL value is found
  • LIMIT - Limit the number of records to the specified number

此页面有帮助吗?

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