cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Can we create both AND and OR options in IF/Else action in workato?

alvina-aslam
Deputy Chef I
Deputy Chef I

Like when we create an if/else condition, it asks for "Or" and "And". But when we select "Or" then in the next step it shows only "Or". Can we use the "And" operator after "Or" in if/else?



9 REPLIES 9

jelle-vanloock
Deputy Chef I
Deputy Chef I

Currently it is not supported. However, it is possible to switch to formula mode and retype your condition towards an "is true" condition for example

data field: "firstName == 'Jelle' or lastName == 'Van Loock' and ..."

condition: is true

Like if I said amount>9000 and deptno=8 or deptno=7

is it possible to make and or or like scenerio??


jelle-vanloock
Deputy Chef I
Deputy Chef I

With correct encapsulation, it will work. Just make sure the condition will end in a boolean value.

but when once I select the OR then the AND option disappeared.

Can you give a screenshot where we can use both AND/OR in if/else at a time??