Forum Discussion

narayanaraosaty's avatar
narayanaraosaty
Qrew Trainee
9 years ago

Sending Notification based on Formula field value change

In my Application i have a Duration Field which count time from the date created.
i want to send a notification when Duration field will reach to 10 mins from the date created 
  • ChrisChris's avatar
    ChrisChris
    Qrew 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.

    • narayanaraosaty's avatar
      narayanaraosaty
      Qrew Trainee
      I 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]
  • MCFNeil's avatar
    MCFNeil
    Qrew Captain
    Curiosity is killing me.  Why would you want it sent after 10 min, and not just when its created?
  • Hi 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.