
User15717589852053945299 (Customer) asked a question.
Hi Okta Masters,
How can I make this expression language work?
(user.countryCode==“AE” OR user.UltiproLocationCode==“AE” OR user.countryCodeISO3==“ARE” OR user.countryCode==“AR” OR user.UltiproLocationCode==“AR” OR user.countryCodeISO3==“ARG” OR user.countryCode==“BR” OR user.UltiproLocationCode==“BR” OR user.countryCodeISO3==“BRA" OR user.countryCode=="CA" OR user.UltiproLocationCode=="CA" OR user.countryCodeISO3=="CAN" OR user.countryCode=="CO” OR user.UltiproLocationCode=="CO” OR user.countryCodeISO3=="COL” OR user.countryCode==“DE” OR user.UltiproLocationCode==“DE” OR user.countryCodeISO3==“DEU” OR user.countryCode==“ES” OR user.UltiproLocationCode==“ES” OR user.countryCodeISO3==“ESP” OR user.countryCode==“FR” OR user.UltiproLocationCode==“FR” OR user.countryCodeISO3==“FRA” OR user.countryCode==“IT” OR user.UltiproLocationCode==“IT” OR user.countryCodeISO3==“ITA" OR user.countryCode==“JP” OR user.UltiproLocationCode==“JP” OR user.countryCodeISO3==“JPN” OR user.countryCode==“KE” OR user.UltiproLocationCode==“KE” OR user.countryCodeISO3==“KEN” OR user.countryCode==“MX” OR user.UltiproLocationCode==“MX” OR user.countryCodeISO3==“MEX” OR user.countryCode==“NG” OR user.UltiproLocationCode==“NG” OR user.countryCodeISO3==“NGA” OR user.countryCode==“PK” OR user.UltiproLocationCode==“PK” OR user.countryCodeISO3==“PAK” OR user.countryCode==“SG” OR user.UltiproLocationCode==“SG" OR user.countryCodeISO3==“SGP" OR user.countryCode==“UA" OR user.UltiproLocationCode==“UA" OR user.countryCodeISO3==“UKR” OR user.countryCode==“NL” OR user.UltiproLocationCode==“NL” OR user.countryCodeISO3==“NLD OR user.countryCode==“US” OR user.UltiproLocationCode==“US” OR user.countryCodeISO3==“USA”) && user.oktaAcctStatus=="active"

This is now resolved. I added this String.startsWith(user.UltiproLocationCode,"US")) && user.oktaAcctStatus=="active" in the end of the condition.