Hi
I’m currently using free Appsheet and I’m the app co-creator
I have a datetime datatype [time] and a signature datatype [signature]
I wanted to create a workflow that checks [time] against NOW() and if the difference is <15min AND [signature] is blank, then sends out an email to me.
the expression is AND(TOTALMINUTES([time]-now())<15,ISBLANK([Signature]))
Sorry. When you said it’s TRUE, may I know what you are referring to?
Ok but I also didn’t get any notification even if I change the settings to Notification instead of email. It’s only when I click on the execute button on the test workflow page, then I’ll receive the relevant notice (email or via phone)