We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
As per my knowledge, there is no limit on number of attachment that can be done on a form.
Thought we can set limit on number of attachment that can be send in an Email. (through property : glide.email.outbound.max_attachment_count)
To limit the atta...
Hi,
Change the content type to "HTML" and then call the mail script as below: Make sure the Subject field should be empty.
Please mark Correct/helpful, if it helps.
You can also create Dynamic Subject line by using Notification email script.
There you can Glide the table used for case and then set the subject accordingly.
Example :
(function runMailScript(/* GlideRecord */ current, /* TemplatePrinter */ templ...