
BrianR.50917 (Customer) asked a question.
Has anyone had any luck with nesting Ternary Operators to handle multiple options for an attribute?
I.E.
Eval 1 ? value if true : value if false
Eval 2 ? value if true : value if false
Eval 3 ? value if true : value if false
The idea is that we have multiple options, up to 6, that this field could have a value for. Individually the operators work but have not been able to group them together to result in valid fields.

Hi Brian,
You could try something like this (change the conditions): isMemberOfGorupName("administrator") ? "role1" : (isMemberOfGorupName("management") ? "role2" : "role3").
I noticed that you already have a support case open for this type of problem. Please feel free to update the Support Case if you continue to have issues about this, or open a new case with Support if this is a different issue.