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โฆ
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
Thnx.
[Timestamp]>now()-1
Gives me the result 1 day before, how can i do it for 10 minutes before?
Look at the very next example in the article.
User | Count |
---|---|
19 | |
10 | |
7 | |
5 | |
5 |