If Activity Question

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

1 Like

Thanks :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.