Skip to content
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
4 changes: 2 additions & 2 deletions powerapps-docs/user/email-dynamic-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down