From 1b5e94817207ca41d7d647322ab63c39e6c893fc Mon Sep 17 00:00:00 2001 From: vtcorrei <57093292+vtcorrei@users.noreply.github.com> Date: Mon, 28 Apr 2025 09:56:16 +0100 Subject: [PATCH 1/2] Update data-validation-email-column.md --- .../maker/data-platform/data-validation-email-column.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapps-docs/maker/data-platform/data-validation-email-column.md b/powerapps-docs/maker/data-platform/data-validation-email-column.md index ce973c9dde..9468cb15a9 100644 --- a/powerapps-docs/maker/data-platform/data-validation-email-column.md +++ b/powerapps-docs/maker/data-platform/data-validation-email-column.md @@ -59,7 +59,7 @@ Notice that the notification message **The domain is unknown** appears under the - The **Enable Smart Email Address Validation Control** app setting can be enabled even though the **Data Validation** Power Platform admin center environment setting is off. In this situation, email address validation won't work. - When the form containing the control is set to read-only mode, the email column still allows editing of the value. - The email column doesn't import values when using a quick create form. For example, when you create a new parent contact record from a lead record. - +- While using setValue() method the value being defined for the control is not rendered on the User Interface ## Next steps [Create and edit columns in Dataverse using Power Apps](create-edit-field-portal.md) From e9eefee950472f4303a2f24f3f5723ababafbc57 Mon Sep 17 00:00:00 2001 From: Matt Peart Date: Mon, 12 May 2025 13:57:20 -0700 Subject: [PATCH 2/2] Revised for style and ms.date --- .../maker/data-platform/data-validation-email-column.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerapps-docs/maker/data-platform/data-validation-email-column.md b/powerapps-docs/maker/data-platform/data-validation-email-column.md index 9468cb15a9..87033fa06a 100644 --- a/powerapps-docs/maker/data-platform/data-validation-email-column.md +++ b/powerapps-docs/maker/data-platform/data-validation-email-column.md @@ -6,7 +6,7 @@ ms.author: matp ms.service: powerapps ms.subservice: dataverse-maker ms.topic: how-to -ms.date: 08/22/2024 +ms.date: 05/12/2025 ms.custom: template-how-to --- # Email address validation for email columns (preview) @@ -59,7 +59,7 @@ Notice that the notification message **The domain is unknown** appears under the - The **Enable Smart Email Address Validation Control** app setting can be enabled even though the **Data Validation** Power Platform admin center environment setting is off. In this situation, email address validation won't work. - When the form containing the control is set to read-only mode, the email column still allows editing of the value. - The email column doesn't import values when using a quick create form. For example, when you create a new parent contact record from a lead record. -- While using setValue() method the value being defined for the control is not rendered on the User Interface +- While using the setValue() method the value being defined for the control doesn't render in the app. ## Next steps [Create and edit columns in Dataverse using Power Apps](create-edit-field-portal.md)