Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable enhanced experience for email attachments - Configuration wording #3244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ You can enable the drag and drop feature for files to be added as attachments fo
1. In [Power Apps](https://make.powerapps.com/), select the environment that contains your solution.
1. Select **Tables**> **Email**> **Forms** and then select the required form.
1. Edit **Email body** > **Components** > **Rich Text Editor Control**.
1. Edit **Custom Configuration URL** and add the following configuration:
1. Edit the configuration linked in **Custom Configuration URL** to contain the following configuration:

```
"base64FileUploader":true,
"attachmentEntity": {
Expand All @@ -44,8 +44,8 @@ You can enable the drag and drop feature for files to be added as attachments fo
"relatedEntityName": "emails",
"relatedFieldName": "objectid_email"
}

```
More information: [Customize the rich text editor control](/powerapps-docs/maker/model-driven-apps/rich-text-editor-control#customize-the-rich-text-editor-control)
1. Save and publish the form.

## Next steps
Expand Down