Forum Discussion
- QuickBaseCoachDQrew CaptainQuickbase cannot natively send emails at specified times of the day.
- ChrisChrisQrew Assistant Captain
If you want to make a dashboard report show records ten minutes after they're created, you can set up a formula check box field that will cause the report to display when the check box is checked.
If(now()>=[Date Created]+Minutes(10), true,false)
You can filter your report on that formula if a delay in showing records is what you're looking for.
- narayanaraosatyQrew TraineeI want to send a notification when Duration filed will reach to 10 min From the date created
Duration field is a formula filed
Now()-[Date Created] - QuickBaseCoachDQrew CaptainSee the responses above.
- MCFNeilQrew CaptainCuriosity is killing me. Why would you want it sent after 10 min, and not just when its created?
- narayanaraosatyQrew TraineeHi Matthew,
I want to send a notification to the user at a specific time. i think which is not possible in Quickbase
if that is possible please lemme know.