newbie help - Solved

newbie help - Solved

Hi

This is my first day trying to learn Zoho, I've got a good database going for our volunteer group for Search and Rescue but I'm beating my head against a wall with the Workflow Scripts.

I can get Zoho to send a message on "update" with a single message such as "Test" but I want it to show the updated records in the email. I did the tutorial and I though i was suppose to use the 'info" expression but it always tells me I'm missing a ; or the expression is incomplete. Can anyone just give a pointer or two, am I on the right track or way off.

sendmail
[
    from :zoho.adminuserid
    to :" myemail@mydomain.kiwi.nz"
    subject :"updated"
    message :
   
    "updated records for"
    info = First_Name;
    info = Last_Name;

    "new Frequency"
   
    info = Frequency;
   
]