Workflow working? Why no email sent?

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]))

The test outcome is

Though the condition is TRUE, I did not receive any email

I went to check the audit history

. The condition shown is False?

Drilling further,

, the result is Success

So, now I’m confused.

  1. Did the workflow get triggered?
  2. If yes, why there was no email sent?
0 8 197
8 REPLIES 8
Top Labels in this Space