Hey @Sanjiv, if you wish to compact a condition like this in If statement using UiPath, you can define a list of strings with your values like (Cities: {"Delhi", "Pune", "New York", "London"}) and use .Contains function of lists in If statement. For eg. Cities.Contains("Delhi") will return true as it is present in the list. Refer to the screenshot for understanding better: