HI Guys, i need help in creating mail push option in sharepoint

Anonymous
2022-04-26T07:37:54.31+00:00

HI Guys, i need help in creating mail push option in sharepoint

Lets say, if am using sharepoint for tracking meetings and i have a due date option in the sharepoint list and if the due date is within 7 i should get the mail push from the list with the account name that i have created on sharepoint.

Thanks

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,238 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,823 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 42,101 Reputation points Microsoft Vendor
    2022-04-27T10:07:00.613+00:00

    @Anonymous

    You could create a scheduled cloud flow as following pictures show.

    196829-image.png

    196917-1.png

    196941-2.png

    Formula: formatDateTime(addDays(utcNow(),7),'yyyy-MM-dd')


    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.