Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

How to send email reminder from Dynamic365 using flows

(0) ShareShare
ReportReport
Posted on by 100

Hello ALL!!

I want to create remainder mail from D365, like their is one "Remainder" field which  is of Date datatype(calendar) In Lead entity.

Here we need to select one date. So what I want is like whenever that selected date approaches that day at morning or before one day we should receive remainder mail.

So can anyone help me with these?!

Note: Remainder field is optional.

 

Thanks in advance !!

  • MJain Profile Picture
    2,450 on at
    Re: How to send email reminder from Dynamic365 using flows

    Hi @Saurabh-704 ,

     

    When you place the date from advanced find it will show up as value in fetchxml like this 

    <condition attribute ="remainder" operator="on" value"07-28-2020"/>

     

    The value part needs to be replaced using the expression @JohnAageAnderse mentioned.

     

    Thanks

  • Saurabh-704 Profile Picture
    100 on at
    Re: How to send email reminder from Dynamic365 using flows

    Thank you @JohnAageAnderse , for your response.

    One small doubt,

    I have given the below condition

    D365XML.png

     

    And after that I have downloaded the fetchXML file :

    D3651.png

    So my doubt is do I need to put the expression in place of "new_remainder" while mentioning in flow?! and did I gave the right condition?

    Waiting for your response!

    Thanks in advance!!

  • Verified answer
    JohnAageAnderse Profile Picture
    1,986 on at
    Re: How to send email reminder from Dynamic365 using flows

    Hello @Saurabh-704 

     

    Sounds like you want to have a Recurrent flow that runs every day and gets all Lead entities, which are active? and which has a Remainder (Reminder?) date set and the date is equal to today + X days.

     

    The flow then loops (Apply to each) through each Lead entity and sends out a reminder.

     

    The above will tell me to use the following triggers and actions:

    Recurrence trigger set to run every day at 08:00 local time.

    Get Lead entities with Filter Query set to include only active entities and Reminder ne null and Reminder date eq "formatDateTime(addDays(utcNow(), X),'yyyy-MM-dd')' (< is an expression in single quotes)!

    Apply to each on the output from Get Lead entities

    Send email inside the Apply to each with information about the Lead entity

     

    Hope this helps, Kind regards, John

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,631 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,991 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow