UiPath Documentation
activities
latest
false
ワークフローのアクティビティ
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

エンティティ レコードにクエリを実行

指定したフィルターに従って、UiPath Data Fabric から選択したエンティティのレコードのリストを取得します。

説明

指定したフィルターに従って、UiPath Data Fabric から選択したエンティティのレコードのリストを取得します。

このアクティビティは、Data Service クラシック アクティビティ パッケージの同じ名前のアクティビティに相当します。

プロジェクトの対応 OS

Windows | クロスプラットフォーム

サポートされているワークフロー

RPA を除くすべてのワークフロー (デスクトップ版の Studio も Studio Web も提供しません)。

プロパティ

  • UiPath Data Fabric connection - Integration Service で確立した Data Fabric のコネクションを選択します。ドロップダウン メニューからコネクションを選択、追加、または管理します。
  • エンティティ - このアクティビティで使用するエンティティを選択します。このドロップダウン メニューには Data Fabric エンティティが含まれます。このフィールドで選択したオブジェクトに応じて、そのオブジェクトに固有のプロパティ フィールドがアクティビティに入力されます。このフィールドでは、ImportedEntities 型の入力に対してTypeArgumentがサポートされています。
    • オブジェクトビューに切り替える場合は、すべてのフィールドの値を持つ単一の統合オブジェクトを指定する必要があります。
  • クエリ - フィルター ビルダーを使用して、エンティティ レコードをフィルター処理するクエリを追加します

The Filter Builder provides a set of operators that you can use to filter records based on the values of entity fields. The operators available for a field depend on its data type.

The following table describes each supported operator and the data types it applies to.

For the In and Not In operators, enter values as a comma-separated list. For example, to return only records where the text field productName in the Product entity is Computer or Laptop, enter Computer,Laptop.

演算子説明Applicable data types
Equals (=)Matches records where the field value is exactly equal to the specified value.Text, Number, Yes/No, Date-Time, ChoiceSet
Not Equals (!=)Matches records where the field value is not equal to the specified value.Text, Number, Yes/No, Date-Time, ChoiceSet
Less Than (<)Matches records where the field value is less than the specified value. For date fields, this returns records with an earlier date or time.Number, Date-Time
Less Than Or Equal (<=)Matches records where the field value is less than or equal to the specified value.Number, Date-Time
Greater Than (>)Matches records where the field value is greater than the specified value. For date fields, this returns records with a later date or time.Number, Date-Time
Greater Than Or Equal (>=)Matches records where the field value is greater than or equal to the specified value.Number, Date-Time
次の値を含むMatches records where the field value contains the specified text as a substring.テキスト
次を含まないMatches records where the field value does not contain the specified text.テキスト
次の値で始まるMatches records where the field value begins with the specified text.テキスト
行末Matches records where the field value ends with the specified text.テキスト
InMatches records where the field value is equal to any value in a specified list.Text, Number, Date-Time, ChoiceSet
Not InMatches records where the field value is not equal to any value in the specified list.Text, Number, Date-Time, ChoiceSet
Is NullMatches records where the field value is null. This operator does not require an input value.Text, Number, Yes/No, Date-Time, ChoiceSet
Is Not NullMatches records where the field contains a non-null value. This operator does not require an input value.Text, Number, Yes/No, Date-Time, ChoiceSet
Is TrueMatches records where a Yes/No field is True. This operator does not require an input value.Yes/No
Is FalseMatches records where a Yes/No field is False. This operator does not require an input value.Yes/No

オプション

  • スキップ - 先頭からスキップするレコードの数を指定します。
  • 上位 - 返されるレコードの最大数を指定します。このプロパティは 1 から 1000 までの値をサポートしています。既定値は 100 です。
  • 昇順に並べ替え - 昇順 (True) または降順 (False) のどちらで並べ替えるかを指定します。
  • フィールドで並べ替え - 返されたレコードの並べ替えに使用するフィールドを指定します。
  • 関連レコードの深さ - サービスからの応答内の関連レコードの深さを指定します。範囲:1〜3。既定値は 3 です。

出力

  • エンティティ レコードにクエリを実行 — 選択したエンティティから、指定したフィルターに一致するレコードのリストを返します。各レコードには、呼び出し元がアクセスできるすべてのフィールドが含まれます。
  • 説明
  • プロジェクトの対応 OS
  • サポートされているワークフロー
  • プロパティ
  • オプション
  • 出力

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得