0

sendEmail({ help!

Hi, 

 

I have the following triggered after update from a date function 'outworker deadline', but it refusing to send an email. Todays date is a formula field today(). i cant work out fot the life of me why it wont behave! Any help appreciated! 

 

Thanks!

 

if 'Outworker Deadline' + 1 = 'Todays Date' then
sendEmail({
from: "workshop@email.com",
to: "tf@email.com",
subject: "Automatic reminder: You have a job due back!",
text: "Hi Tom,"
})
end

Reply

null