How to automate using flow to create reminder when a new item is added in list

Sandhya Mittal 0 Reputation points
2025-02-27T17:07:00.1666667+00:00

hi i am using a Microsoft list and i want to create a TODO when a particular person is selected in Microsoft list while creating a new item

SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
635 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Matan Elkobi 0 Reputation points
    2025-02-27T17:15:00.2866667+00:00

    Hi @sandhya mittal

    To automate the creation of a reminder when a new item is added to a Microsoft List, you can use Power Automate (formerly Microsoft Flow). Below is a step-by-step guide on how to set up a flow that triggers when a specific person is selected in the list and creates a To-Do task.

    Steps to Automate with Power Automate:

    1. Create a New Flow
    • Go to Power Automate.
    • Click Create → Automated cloud flow.
    • Name the flow and choose the trigger "When an item is created" in SharePoint.
    1. Configure the Trigger
    • Select the SharePoint site where your Microsoft List is stored.
    • Choose the List Name.
    1. Add a Condition to Check for a Specific Person
    • Click New stepCondition.
    • Select the Person or Group column from your list.
    • Choose "is equal to" and enter the name of the person (or dynamically reference the value if it varies).
    1. Add an Action to Create a To-Do Task
    • Under "If Yes", click New stepChoose an action.
    • Search for "Microsoft To-Do" and select "Add a to-do (V3)".
    • Configure the task:
      • Task name: Use dynamic content (e.g., Title from the list item).
        • Due date: Set a default or use a calculated date.
          • Assign to: Use the same person from the list column.
    1. Save and Test the Flow
    • Click Save and test by adding a new item to the Microsoft List.
    • Ensure that when the selected person matches, a task is created in Microsoft To-Do.

    Optional Enhancements

    • Send an email notification when the task is created.
    • Use adaptive cards in Teams for better integration.

    This approach ensures that every time a relevant item is added to the list, a To-Do task is automatically created, improving workflow efficiency. Let me know if you need further refinements.To automate the creation of a reminder when a new item is added to a Microsoft List, you can use Power Automate (formerly Microsoft Flow). Below is a step-by-step guide on how to set up a flow that triggers when a specific person is selected in the list and creates a To-Do task.

    Steps to Automate with Power Automate:

    1. Create a New Flow

    • Go to Power Automate.
    • Click Create → Automated cloud flow.
    • Name the flow and choose the trigger "When an item is created" in SharePoint.

    2. Configure the Trigger

    • Select the SharePoint site where your Microsoft List is stored.
    • Choose the List Name.

    3. Add a Condition to Check for a Specific Person

    • Click New stepCondition.
    • Select the Person or Group column from your list.
    • Choose "is equal to" and enter the name of the person (or dynamically reference the value if it varies).

    4. Add an Action to Create a To-Do Task

    • Under "If Yes", click New stepChoose an action.
    • Search for "Microsoft To-Do" and select "Add a to-do (V3)".
    • Configure the task:
      • Task name: Use dynamic content (e.g., Title from the list item).
        • Due date: Set a default or use a calculated date.
          • Assign to: Use the same person from the list column.

    5. Save and Test the Flow

    • Click Save and test by adding a new item to the Microsoft List.
    • Ensure that when the selected person matches, a task is created in Microsoft To-Do.

    Optional Enhancements

    • Send an email notification when the task is created.
    • Use adaptive cards in Teams for better integration.

    This approach ensures that every time a relevant item is added to the list, a To-Do task is automatically created, improving workflow efficiency. Let me know if you need further refinements.

    0 comments No comments

  2. Emily Du-MSFT 50,561 Reputation points Microsoft Vendor
    2025-02-28T05:51:22.52+00:00

    First create a people picker column in the Microsoft list. Then create a flow as following picture show.

    In the condition, set person email equal to the email address of the user.

    1


    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.