
MatT.55012 (Customer) asked a question.
Hi all
I have a string attribute in the Okta User Profile that I want to map to an attribute in a Directory (LDAP) but the attribute type is a string array in the LDAP.
Is there a way using expression language to map the attribute types so the expected value in LDAP is valid?
I had a look at the expression language doc but that has more to do with populating multiple values in a string array destination attribute rather than single value string only to a single value string array destination (if that makes sense).

I got this sorted using Array.flatten(attribute)