Hello, i have a problem how to set every user assigned to a task with the same security label
i have a smartobject that return list of user to be assigned to a task (User1;User2;User3), by using the split and join function i managed to separate them when the workflow starts and it correctly assign the task to the user. However the security label only match for the 1st user, the 2nd user got the default security label. Screenshoot is attached.
Is it possible to give the 2nd user and forth the same security label without changing the return value of the smartobject? since doing this would cause error to everything that use this SMO.
Thanks