ヒント:
Lookup 関数の動作について理解を深めるには、「使い方」セクションの「Apps を Data Service と使用する」をご覧ください。
この関数を使用すると、表内で式または条件を満たす最初のレコードが検索されて、返されます。
引数
Argument | Type | Description |
---|---|---|
Entity | Required | The entity to search (for example, a control's data property or the result of a process). |
Condition | Required | The condition used to lookup for in the entity. The format for the Condition argument should be as follows:[Entity Field, Operator, Value] The following operators can be used: contains not contains startswith endswith = != > < >= <= in not in |
ヒント:
Lookup 関数を使用して、複数の条件を使用できます。それには、以下の構文を使用します。
Lookup(エンティティ, [条件 1], [条件 2], [条件 3])
6 か月前に更新