I have the following use case in Zoho Creator. Is there a way to accomplish this?
(a) I have a Report with various rows.
(b) I have made a record template as a pdf and saved it as a non default template (i.e.I don't want to disturb the default view of a record that gets generated on clicking on a record)
(c) On each row I can display a button labelled "Email me pdf summary" the on click action of which I can get it to send out an email to the logged in user. But I need to have a pdf attachment to this email which is the record summary of that specific record ( not the full report) in the specified format.
Right now I can get the button to send an email but there's no attachment option.
How can I do this? Ideas?