I have an if activity in UiPath and the condition is if isNoResultsExists or is0resultsmatchexists and in_strtradertype = “non-legalentity”
The value of isNoResultsExists is true
The value of is0resultsmatchexists false
And the value of in_strtradertype is limitedcompany this should go through the else path but it goes through the then path even though the condition is not met why is this and how do I correct it