From a4c47593d3c336f7bbf98b998734d364063490b9 Mon Sep 17 00:00:00 2001 From: Dominykas Kardokas Date: Wed, 29 Oct 2025 10:12:46 +0000 Subject: [PATCH] Fix placeholder syntax in email dynamic text documentation --- powerapps-docs/user/email-dynamic-text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerapps-docs/user/email-dynamic-text.md b/powerapps-docs/user/email-dynamic-text.md index 319fbf0416..7f7c2998ea 100644 --- a/powerapps-docs/user/email-dynamic-text.md +++ b/powerapps-docs/user/email-dynamic-text.md @@ -53,9 +53,9 @@ Use the following syntax: | Date | `{!EntityLogicalName:FieldLogicalName/@date;}` | | Time | `{!EntityLogicalName:FieldLogicalName/@time;}` | -For example, let's say you want to insert a custom field, *Customer ID*, linked to the record type *User*. Type the following placeholder in your template: ``{{!User:CustomerId;}}``. +For example, let's say you want to insert a custom field, *Customer ID*, linked to the record type *User*. Type the following placeholder in your template: ``{!User:CustomerId;}``. -If you want to insert a custom field, *ModifiedOn*, linked to the record type *User*. Type the following placeholder in your template: ``{{!User:ModifiedOn/@date;}}``. +If you want to insert a custom field, *ModifiedOn*, linked to the record type *User*. Type the following placeholder in your template: ``{!User:ModifiedOn/@date;}``. ### See also