How can I send subform details in an email ?

To send subform data in an email, you can iterate the subform data and concatenate with the message of an email. Please find the sample code format given below:

  1. message= “Details of the data added ”;
  2. for each item in <F

How is file upload URL constructed?

The url pattern for file download is as follows:

  1. “https://creatorexport.zoho.com” + zoho.appuri + “viewLinkName/fieldDelugeName/download/” + fieldDelugeName
  • zoho.appuri is the zoho variable&

How can I send a URL in my e-mail message?

To send a link/url in your e-mail message, the actual link must be specified within the <a href> html tag and the actual link must be within single quotes, as shown in the sample below:

on add
{
on success
{
sendmail
(
To : zoho.loginuseri…