Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
I suggest having the rule only fire when the field you want to populate is blank, and also unchecking that innocuous checkbox at the bottom that says to only fire when the record changes.
EvanMartinez
7 years agoModerator
Have you tried setting up a Formula-user field with the function for current user User() and set it up to pass that value along when that Lookup field isn't populated as an alternative? That way it should be able to capture the current user, who should be the record owner upon save, and pass it along since the formula can evaluate before the save.