Forum Discussion
- QuickBaseCoachDQrew Captainif you are trying to add an additional user to the user list, you could make a formula which calculates to the new result that you want and write it into the field.
ToUserList([My Userlist field], ToUserlist([my additional user field]))- AlexGaleQrew CaptainWouldn't that only work with some set number of users? My workflow here is that whenever a record is modified in a certain way, I want the record owner of that record to be added to the user list.
- QuickBaseCoachDQrew CaptainThe Limit appears to be 10 users.
https://login.quickbase.com/db/6ewwzuuj?a=dr&r=fx&rl=dy6
But it is smart enough not to duplicate users. Do you need the result to be a List User field type? Or can it be simple text? - AlexGaleQrew CaptainI do think it needs to be a user list type. The field is primarily used in an automatic notification I have set up that emails each user in the list.
- KirkTrachy1Quickbase StaffI had a similar problem and solved it with automations.
Say you have a list-user field and it has a couple of names in it and you wish to add another name to the existing list-users.
You can use an automation and when the triggering event happens, an automation fires to edit the record (in this example the record I'm on where Record ID# is equal to Record ID#). It edits the List-User field with the value of itself concatenated with the new email address.
See below.
You can also use an automation to set the default values of a List-User field as well.
I.e., when the record is created edit the record where the Record ID# is equal to the value of the Record ID# (itself) and
target the List Users field with "Type a value" and put the email addresses chained together with a semicolon. Like this: