Can we check dual condition in IF statement like, !
or any alternative method to do!!?
Yes, You can use βANDβ / "OR
instead β&&β try βANDβ
In addition to kuldip.gohil - the syntax for does not equal in uipath is β<>β, not β!=β
Therefore your specific example would be
isEmpty=ββ and isEmpty<>ββ
However the above wouldnβt be allowed as itβs conflicting logic.
@KEntwistle thanks for the suggestion & @kuldip.gohil Thanks for the solution.
It works fine ![]()