Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
Not tested but you can make a formula List user field with the value of the default user and then use a form rule to populate if its blank. Post back if you need help with the formula
QuickBaseCoachD
8 years agoQrew Captain
not tested by try this
Make a formula List User field type called [Default List User] with the formula
ToUserList(User())
Then make a formula rule that says that when the list user field is empty change the value to the value in the field [Default List User],
Uncheck the checkbox at the bottom of the rile so that it fires all the time.
Make a formula List User field type called [Default List User] with the formula
ToUserList(User())
Then make a formula rule that says that when the list user field is empty change the value to the value in the field [Default List User],
Uncheck the checkbox at the bottom of the rile so that it fires all the time.