0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Workato:IfでAnd/Orを混在させた条件を1回で定義するには

Posted at

はじめに

AndとOrを混在させた条件をWorkatoで定義する場合、通常は以下のように定義します

image.png

しかし、この方法には、次の問題があります。

  • Triggerでは、上記のようなネストする条件(If)定義ができない
  • Actionにおいても、Ifが増えることで、ネストが深くなる、ステップが多くなる等、見通しが悪くなる問題が生じる

対応方法

Formulaを利用することで、1つのステップ内で複数のAnd/Or条件を混在させることが可能です。
以下はTriggerの例ですが、ActionのIfでも同様の定義が可能です。

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?