Hi,
I have a int variable intFailedUnmatchedCheck . I want to create a condition where
intFailedUnmatchedCheck = 1 or 2 or 3 or 4
What is Uipath Syntax for this?
Hi,
I have a int variable intFailedUnmatchedCheck . I want to create a condition where
intFailedUnmatchedCheck = 1 or 2 or 3 or 4
What is Uipath Syntax for this?
@shrayud - Please try like this…
intFailedUnmatchedCheck = 1 or intFailedUnmatchedCheck = 2 or intFailedUnmatchedCheck =3 or intFailedUnmatchedCheck = 4
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.