Hi All,
I'm new to creator and could use a hand solving, what i suspect to be, a very simple issue.
I have two fields: Start and End (date and time fields)
On approval I need to fire a notification if the end date has passed
Attempted this:
And this (which errors at line 1)
- if input.end =< zoho.currentdate;
- {
- sendmail
- [
- from: me@zoho.com
- to: you@zoho.com
- cc: <cc>
- bcc: <bcc>
- reply to: <reply_to_address>
- subject: please fire
- message: please fire
- content type: <content_type>
- attachments: <attachment>
- ]
- }