
CasperP.11596 (Customer) asked a question.
if with multiple conditions / variables
Hi,
I got two variables I need to test for in a condition:
((variableA == xyz) and (variableB == xyz))
How can I accomplish this (without making things complicated) ?
Cheers.

Okta expression support:
user.employeeNumber != "" AND user.employeeNumber != null ? user.employeeNumber : user.nonEmployeeNumber
https://okta-developer.pixtulate.com/docs/reference/okta-expression-language