I have a field in a transaction with a list of use...
# suiteflow
e
I have a field in a transaction with a list of users, lets call it
custbody_user_list
In a workflow, can I add / append / push the Current User to the
custbody_user_list
? My attempts have failed so far, because I only see the option to set
custbody_user_list
=
currentuser
and that replaces the whole list
m
@Edgar Valdés I'm confused...is custbody_user_list a List/Record type field?
If so Current User will set what is selected in the drop down to the current user, but it will not replace what values show up as available to select
e
Yes, my wording was confusing. If the record has two selected users already, and then I apply the workflow logic, the record now has only one user selected (the one assigned by the workflow). The source List/Record remains the same. I ended up using a Workflow Action Script to retrieve the current selection, then append the new element and save.
r
You cant append to multi-select fields using workflow. It will always overwrite it