I am studying the Dynamics 365 Marketing Email function. What I'm going to do is to find a way to list coming events within a period in emails.
The event data are stored in the entity Event, and I need the email can automatically fetch a few events' detail based on their event dates and display them in email routinely by setting up a custom email template.
I knew that dynamic fields can be used to display dynamic data. However, by using the 'Assist edit' function provided, I can only select 1 static record from entity Event (but I need to take some/all records from Event).
I also tried setting up relations between entities, so that I can retrieve all events by connecting them to a dummy contact(static record) , but the custom relationship I set is not searchable in the 'Assist edit' (maybe I have set incorrectly? The custom 1:N Relationship has set to searchable however)
Do anybody has ideas? Thanks in advance!