How to use Power Automate to send daily tasks via email with status updates based on user selection

User116218 20 Reputation points
2024-03-15T06:34:08.47+00:00

I have an Excel spreadsheet with columns for member name, email addresses, tasks, and a status column. I want to create a flow in Power Automate that sends one task per day (like one task - one day) via email to each member with options for 'Done' and 'Undone'. If a member selects 'Done', I want the status column to update to 'Done', and if 'Undone' is selected, I want the status column to update to 'Undone'. The next day, I want the undone task from the previous day to be included in the email along with the new task of that particular member, i have given excel data sample for reference. How can I accomplish this?

i created a sample workflow as well

Screenshot from 2024-03-15 11-58-23

Screenshot from 2024-03-15 11-58-58

Screenshot from 2024-03-15 11-59-24

here is the sample excel data

Screenshot from 2024-03-15 12-01-47

Microsoft Security Windows Autopilot
Microsoft 365 and Office PowerPoint For business Windows
Microsoft 365 and Office Development Microsoft 365 Publishing
Microsoft Security Microsoft Authenticator
Microsoft Teams Microsoft Teams for business Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-03-15T07:14:22.0266667+00:00

    Hi @User116218

    1. You need to replace the Manually trigger a flow trigger with Recurrence, so that your flow will run once a day.

    User's image

    1. Add a Condition in Apply to each to determine whether the task has been done. If it is done, there is no need to send an email. If it is not done, an email reminder will be sent.

    User's image

    ********************************************************************************************************* 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. *********************************************************************************************************


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.