Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Which user are you trying to create the [Scheduled for] to be taken from? ie how to you know who to assign the task to. Whoever last updated the Job? ie [Last Modified by]
QuickBaseCoachD
7 years agoQrew Captain
Two choices.
1. In Field properties you can just default that field to a "specific user". So that is the low tech solution that has nothing to do with the Automation.
2. Make a new formula user field called [Default Doer] on the Trigger table (Job Table) with a formula of ToUser("fred.flintstone@bedrock.com") for the person who usually does the work. Then that field should be visible when you are editing the automation.
1. In Field properties you can just default that field to a "specific user". So that is the low tech solution that has nothing to do with the Automation.
2. Make a new formula user field called [Default Doer] on the Trigger table (Job Table) with a formula of ToUser("fred.flintstone@bedrock.com") for the person who usually does the work. Then that field should be visible when you are editing the automation.