Can we use ( AND OR ) in if conditions in a single condition node to build logic on multiple variables

can we use (AND OR) in if conditions in a single condition node to build logic on multiple variables?

Hey @romitrcv,

Through the UI condition node, We can handle only simple If…Else conditions.

If you want to handle complex If…Else conditions, you can do that by creating a custom JavaScript Function.