How to create an automated email with consecutive month in a flow?

Nadja Schwizer 40 Reputation points
2023-10-30T18:07:53.6+00:00

Is it possible to create a Flow to send an automated email to a predefined distribution list with the subject containing the consecutive month and a deadline two weeks after the sending date? If so, how can I achieve this?

Outlook
Outlook
A family of Microsoft email and calendar products.
3,976 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,794 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Paul Riley 0 Reputation points
    2023-10-30T18:19:50.6266667+00:00
    • Create a new flow with a scheduling trigger (like Recurrence), and set it to run monthly.
    • Set the action to send an email
    • Configure email with subject, recipients and body. You can use formatDateTime function for the current month and year, then add another function that adds 14 dates to the current date - addDays(utcNow(), 14)
    0 comments No comments

  2. AllenXu-MSFT 20,966 Reputation points Microsoft Vendor
    2023-10-31T01:57:27.03+00:00

    Hi @Nadja Schwizer,

    Power Automate is not currently supported here on Q&A. The product group for Power automate actively monitors questions in dedicated forums here.
    https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.