How to send attachment in the notification from Service Catalog?SummaryHow to send the attachment added in the Service Catalog to the generated notification upon submission?ReleaseAll versionInstructionsUse Case: The user is submitting a request from Service Catalog form. They fill all the required fields and add an attachment. After this when request is submitted, it triggers a notification but without attachment. You can follow the steps to add the attachment into the notification: - Open the notification(from sys_email table) which has been triggered when the user has submitted the request from Service Catalog. - Click on "Advance View" in the notification under related link. - Go to "What it will contain" tab. Enable "Include Attachment" and save. Now, next time when a notification is triggered upon Service Catalog request submission, it will have an attachment. You can verify this by open the triggered sys_email record and check the attachment tab.