To send only specific field values in your e-mail, use the input.<field_name> variable in the send mail task. For example, you have 3 fields (Name, Age, Email), and in the email message you want to send only the Name and E-mail field values. The format for the same will be,
Refer the help topic Set Email Notifications to configure the above from the GUI.sendmail
(
To : zoho.loginuserid
From : zoho.adminuserid
Subject : "Order Confirmation"
Message : "Name : "+input.Name+"<br>" +"Email : "+input.Email
)