Hi all,
Im a beginner to outsystems and im stuck with a small problem.
I want to send a mail to somebody if the currdate > the date i've inserted. I want to do it with a timer who checks every night if the currdate > the date i've inserted. But if it is, i want to send an email just one time and not every night. Can someone help me on the way?
thanks in advance!
You can create one flag in database "Email_Sent"(Boolean data type).
If the email is send then make this flag as true in the database.
And add a filter on your query like - "Email_Sent = False".
This will solve your issue.
Please find attached the oml for this. Hope this helps.
Thank you very much this helped me! Sorry for the late reaction i thought ive already responded, but i didnt.