Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
if 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]))
ToUserList([My Userlist field], ToUserlist([my additional user field]))
AlexGale
8 years agoQrew Captain
Wouldn'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.