What will b workflow expression? When return...

What will b workflow expression?

When return time’ (datetime type), is equal to present time i want to send an email to the user.

Also what will be ‘to’ email if i want to send email to that specific user. Is it

[_Thisrow],“usermail”?

Thnx in advance…

0 3 311
3 REPLIES 3

When checking the DateTime column value, you probably want to see if it occurred in the past 5, 10 or 20 minutes because the workflow rule will run shortly after the DateTime column value is updated. See the third example under topic “Complex Expressions” in this article help.appsheet.com - Date and Time Expressions

If “usermail” is a field in the added or updated record being processed by the workflow rule, simply use [usermail] Date and Time Expressions help.appsheet.com

@Philip_Garrett_Appsh

Thnx.

[Timestamp]>now()-1

Gives me the result 1 day before, how can i do it for 10 minutes before?

@Abu_Md_Moniruzjaman

Look at the very next example in the article.

Top Labels in this Space