How to automate using flow when a new Sharepoint task is created, set the Assign To field to Person No. 1. Then the next new SharePoint task is assigned to Person No. 2 and so forth.

Torres, Alfredo Jr. C 1 Reputation point
2020-12-09T08:29:12.047+00:00

I have a list of people and I want the new SharePoint task assigned to person no. 1 and then the next task is assigned to person no. 2.

Microsoft 365 and Office SharePoint For business Windows
{count} votes

2 answers

Sort by: Most helpful
  1. Allen Xu_MSFT 13,861 Reputation points
    2020-12-11T08:42:08.627+00:00

    Hi @Torres, Alfredo Jr. C ,

    Please refer to the following steps to meet your requirements:
    1.Create a people list in SharePoint first(“People” is a person/group type column in my list) -> add people who you want to assign tasks to in the order of ID 1, 2, 3…:
    47355-1-0.png

    2.Create a task list.

    3.Go to add a flow in Power Automate.
    Flow overview:
    47297-1-1.png
    Step 1: Classic task list cannot be found in drop down list, you need to click ”Enter custom value” and then type task list name in “List Name” field.
    47305-1-3.png
    Step 2: Get item created above:
    47284-1-2.png
    Step 3: Get items in people list:
    47298-1-4.png
    Step 4: add a Apply to each control and set value:
    47220-1-5.png
    Step 5: Add an action -> Add a condition control:
    47343-1-6.png
    Step 6: Set condition as below:
    47325-1-7.png
    47316-1-8.png
    Note: you need to replace 4 in the Expression with the amount of people in your own people list

    Step 7: Add Update item action in If yes:
    47344-1-9.png

    47318-1-10.png

    47333-1-11.png

    47334-1-12.png

    Step 8: Leave "if no" with blank and click Save button.

    I hope this information has been useful, please let me know if you still need assistance.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    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.


  2. Ethem Gök 1 Reputation point
    2020-12-14T06:38:46.89+00:00

    Hi,

    Could you show me a final view of the list?


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.