| title | Enable enhanced experience for email attachments | |||||
|---|---|---|---|---|---|---|
| description | Enable enhanced email attachment control for agents to have a consistent experience across all forms. | |||||
| author | gandhamm | |||||
| ms.author | mgandham | |||||
| ms.reviewer | neeranelli | |||||
| ms.topic | how-to | |||||
| ms.collection | ||||||
| ms.date | 12/08/2023 | |||||
| ms.custom |
|
You can enable the enhanced email attachment control for forms to provide a consistent email attachment experience to agents. Do the following steps:
- In Power Apps, select the environment that contains your solution.
- Select Tables> Email> Forms and then select the required form.
- Add Attachments control to Components in the Attachment subgrid properties. For more information: Add components to a form.
- Save and publish the form.
You can enable the drag and drop feature for files to be added as attachments for the rich text editor. Do the following steps:
-
In Power Apps, select the environment that contains your solution.
-
Select Tables> Email> Forms and then select the required form.
-
Edit Email body > Components > Rich Text Editor Control.
-
Edit the configuration linked in Custom Configuration URL to contain the following configuration:
"base64FileUploader":true, "attachmentEntity": { "tableName": "activitymimeattachments", "contentColumn": "body", "fileNameColumn": "filename", "mimeTypeColumn": "mimetype", "objectTypeCodeColumn": "objecttypecode", "relatedEntityName": "emails", "relatedFieldName": "objectid_email" }
More information: Customize the rich text editor control
- Save and publish the form.
Use the enhanced email attachment experience across email forms