ヒント:
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 |
5 か月前に更新