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 187
8 REPLIES 8

Steve
Platinum 4
Platinum 4

3X_5_7_57c959c06dcf65d501a6d8f1b843d0d6605b4aab.png

If the Condition evaluates as FALSE, the workflow is not run.

So we should look at the audit result instead even though the test of the workflow shows the condition as TRUE?

Yep, and it is TRUE.

Hmm.

Unfortunately, I have no way to troubleshoot email problems, so I’ll have to refer you to support@appsheet.com. Sorry.

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)

3X_6_6_661efba81ccdfad9be76b069a389cab85b8820d5.png

I may have not understood correctly…

So when the workflow test shows TRUE but the MatchesCondition evaluates as FALSE in the audit history,

the workflow will run or not run?

Seems like this is your problem right here?

3X_e_d_eddb9fbe244d95f1ba1260d55cd9b46466554202.png

My bad. Not Co-creator but owner/creator

Top Labels in this Space