web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Task assigned in Planner
Power Automate
Unanswered

Task assigned in Planner

(0) ShareShare
ReportReport
Posted on by 13

Is there a way to set a trigger for when a user is assigned a task inside of planner? The only option I see is "assigned to me". I'm have all our task information go in a channel as different users update and complete their tasks. 

Categories:
I have the same question (0)
  • Manish Solanki Profile Picture
    15,167 Moderator on at

    Hi @drobles 

     

    You can get the information of completed tasks in teams channel using below actions:

    ManishSolanki_0-1684166367926.png

     

    but I could not find the action for update trigger. Trigger for task creation is also there.

     

    If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.

     

    Thanks

  • drobles Profile Picture
    13 on at

    Would this work if a task status is set to "inProgress"?

  • Manish Solanki Profile Picture
    15,167 Moderator on at

    Hi @drobles 

     

    I have designed a sample flow that will run on daily basis and extract the in-progress and completed tasks from planner and publish them to teams channel:

    1. Set the schedule to run daily and use List tasks action to fetch all the tasks:

    ManishSolanki_0-1684169452819.png

     

    2. Next, filter the result to get in progress and completed tasks using percentage complete property:

    ManishSolanki_1-1684169524958.png

     

    3. Now, format the result obtained from filter array action:

    ManishSolanki_2-1684169621719.png

     

    expression used for if condition:

    if(equals(item()?['percentComplete'],50),'In Progress','Completed')

     

    4. finally, post the html table to teams channel:

    ManishSolanki_3-1684169694096.png

     

     

    I hope you have got some idea on publishing planner tasks information to teams channel.

     

    If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.

     

    Thanks

  • takolota1 Profile Picture
    4,980 Moderator on at

    @drobles 


    I don’t know if you are willing to redesign your set-up, but it is possible to trigger something when an assigned column is changed in SharePoint.

    And it is possible to get a Planner-like experience in a SharePoint list through the board views. Example shown in this template: https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/Project-Tracker-SharePoint-and-Teams/td-p/1788102

  • drobles Profile Picture
    13 on at

    Is there a way to show who the task has been assigned to?

  • Manish Solanki Profile Picture
    15,167 Moderator on at

    Hi @drobles 

     

    Yes, we can show the users to which the task is assigned to. The sample flow is as follows; it has become bigger now 🙂 -

    ManishSolanki_0-1684214926349.png

     

    Next, we will initialize variable for storing the owners (assigned to) for each task and other details like title, status etc.:

    ManishSolanki_1-1684215011540.png

     

    Now, using List tasks & filter array action, we will filter out the in progress & completed tasks:

    ManishSolanki_2-1684215141032.png

     

    Then, we will iterate on filter results and fetch the assigned to users for each task. As assigned to users can be multiple so we will again iterate "assignments" property and get all the assigned to users for each task:

    ManishSolanki_3-1684215359596.png

    Once we have a list of assigned to users close the 'Apply to each 2' loop. In the outer 'Apply to each' loop, combine the assigned to with other task details in 'varPlannerTasks' array and reset the 'varTaskOnwers' array:

    ManishSolanki_4-1684215629591.png

     

    Expressions used are:

    join(variables('varTaskOwners'),',')
    if(equals(item()?['percentComplete'],50),'In Progress','Completed')

    finally, create a html table with the result of 'varPlannerTasks' and post the same to teams channel:

    ManishSolanki_5-1684215751831.png

     

    Belo is the post received in teams channel:

    ManishSolanki_6-1684215804583.png

     

    If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.

     

    Thanks

  • drobles Profile Picture
    13 on at

    This is amazing! Is there away to filter these by a time frame? To just show the tasks from the current week?

  • drobles Profile Picture
    13 on at

    I also don't have admin approval on Azure. Is there another work around?

     

    Edit: I was able to use "get users profile (v2)" 

  • drobles Profile Picture
    13 on at

    Also is there a way to just show its "in progress" and void out the  "complete" items

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard