web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Schedule daily email with summary of opportunities from Dynamics 365 CE in Flow

StefanS365 Profile Picture StefanS365 3,575 Most Valuable Professional

Based on a question in the forum of the Dynamics 365 community, I’ve created a Flow to schedule a daily email with a summary of the Opportunities that were created on that day.

Here’s an overview of the Flow:

The Recurrence trigger will start the Flow every day to get a list of Opportunities that were created on that day. If the list is not empty, the relevant fields of every Opportunity record will be collected.

For every Opportunity record we get the record of the Account, User (Owner) and User (Created By) to have the Name instead of the Guid.

In the Compose action we map the fields. This will be format of the HTML table, so we can be lazy and set the Columns field on Automatic in the Create HTML table action

When the Flow is tested it will result in a HTML table that can be send in the body of the email action.

In this simple way we’re able to do something that is not possible in Dynamics 365 Customer Engagement without customization.

The post Schedule daily email with summary of opportunities from Dynamics 365 CE in Flow appeared first on There's Something About Dynamics 365.


This was originally posted here.

Comments

*This post is locked for comments