Hi,
I create a invoice register and would like to send out a reminder to manager for approval if there is no action by the manger after 2 days the invoice is raised.
I set up a column called "Date pending for approval" with a formula "IF(OR([Approval Status]1 = "Submitted", ISBLANK([Approval Status]1)), TODAY() - DATEONLY(Created1), 0)".
Just wondering how can I set up the reminder/notification to the manager?
Given that the formula is using TODAY(), will the formula calculated automatically everyday and send out reminder/notification automatically without I log into Smartsheet?
Thanks for any help!
Rebecca