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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Automatic Email Sent t...
Power Apps
Answered

Automatic Email Sent to User after 6 Months of Creation Date

(0) ShareShare
ReportReport
Posted on by 1,059

Hi,

I have an application in which everyone creates Project information for a client Like this:
ProjectDet.png

Every user's email is recorded who ever creates a Project Record and they enter a Project Creation Date.

I want to automatically email that User after 6 Months of Project Creation Date (which is like 184 Days after the Project Creation Date) of that user.

I am confused if the user have 2 records which record will be sent in the email... I am stuck in creating the flow.

Any Help
FloweProject.png

 



Left Side Formula in Condition 

formatDateTime(item()?['ProjectCreationDate'], 'dd/MM/yyyy')


Right Side Formula in Condtion

formatDateTime(addDays(item()['ProjectCreationDate'], 184 ,'dd/MM/yyyy'))


Is there any mistake in the expression or Flow ?

Categories:
I have the same question (0)
  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at

    Hey! Why dont you use a DiffDate?

    DateDiff( Created, Now() )   equals    184

     

     

    Something like that

  • MH3 Profile Picture
    1,059 on at

    Hi @Nogueira1306 

    The Problem is I want to send an email back to user after  6 months of project creation date.
    and the user have multiple records. So, I want to email that whos 6 months are about to end  and with that record details..

    My Flow is somehow not working 

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at

    Okay. Then your formula might be right. I thought that the problem was the  formula.

    So. If you want to know that. It will only send the items in which the diff dates is 184

    So, if a user has 1 item with 6 months and other with 5, it will only send the one with 6.

    But I dont think yourformula is right. Because you are adding 184 fays to the day you created the record. That will never be the same...

  • MH3 Profile Picture
    1,059 on at

    Hi @Nogueira1306 

    When I test the flow it runs but the expression is False. and hence it's not going into the Yes Block
    Flow Ran.png

    Is there any help you can do Please? it's urgent 😞

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at

    If it is false, it wont go to yes block...

    Try getting an item that you know that created + 184 is today

  • MH3 Profile Picture
    1,059 on at

    @Nogueira1306 
    Actually, there is no such item

    But I had inputted 1 there and Tested the flow manually. it's still showing the same.

    How can I fix this? 

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at

    Try with function DateDiff

     

    Instead of utcNow(), you can try: Today() or Now()

    DateDiff(Created; utcNow())             equals                  184

    If you want to check the value of that DateDiff, out it in a var to check the value

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at

    Did you find the answer?

  • MH3 Profile Picture
    1,059 on at

    Hi @Nogueira1306 

    Well I have created a Calculated Column of DateDifference

    in Which I have Done (Today(), ProjectCreateDate) 

    But, I am confused I want to email the user with the details of project whose Project Date is 6 months older or have past 184 days.

    Seems like its still not working ;( 

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at

    Okay. So, in the email you have to put the fields that you want to send. Those fields you will get by GetItens block (the block you used to get the email, for example)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard