
6mcug (6mcug) asked a question.
Hello! I'm trying to make some updates to user profiles, and running to a roadblock figuring out how to select multiple options from a checkbox set of enumerated values.
We have a field for practices within the company, and some users overlap across multiple. The update works fine for a single value selection, but for the life of me I can't sort out to how to select more than one value. What is the special way for it to be concatenated in the string for the Okta Update User Card to parse it correctly?

Hello,
I am not really understanding the ask. I am assuming you are referring to a specific attribute type with multiple "options" defined but I am just not sure.
Can you navigate to Directory > Profile Editor > Okta (user) > & Edit / provide a screenshot of the attribute schema you are referring to? Make sure to edit out anything that might be sensitive to your company (Such as the profile sources etc)
I want to be able to recreate the same attribute structure you have defined then attempt to answer your question.
Hi Tim! Thanks for the response. Yes, that is effectively what I'm shooting for. The custom attribute has a variety of options as a checkbox, and multiple can be selected. I'm just struggling in figuring out how to do that via workflows Update User Card.
Okay, so assuming you are talking about a data type "String Array" as the profile attribute:
There are two columns "Display name" and "Value". The Value columns "actual value" in this example data1 - data5 these are the values used to update the property.
When you leverage Update User you will want to make sure it is "Partial".
As an example the following would make data1,3,5 checked. If 2 & 4 were previously checked they no longer would be.