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

Community site session details

Session Id : Ieje+blHQ2IVl3uSCf0nPj
Power Apps - Building Power Apps
Answered

Planner connector groupid and GetTask_Response_V2

Like (0) ShareShare
ReportReport
Posted on 6 Nov 2019 22:10:28 by

I am building a PowerApp for Planner and am using the Planner Connector. I want to get all the data for all tasks in a specified plan.

 

According to to Planner Connector docs, I need the gettask_response_v2 in order to have the current full data object.

 

1. I want to start from a Plan in a dropdown populated by ListMyPlans to get the tasks for that Plan. However, the docs say that both ListMyPlans and ListMyPlans_V2 are DEPRECATED! Is there no current ListMyPlans action?

 

2. Using ListMyPlans_V2, the response only includes planID and title. No groupId.

 

3. In order to get a list of tasks in a Plan that returns an array of gettask_response_v2 objects I need to use ListTasks_V3 which requires both a planId and a groupId as parameters.

 

HOWEVER, there does not seem to be a way to get the groupId. In the connector docs groupId is used for a number of actions but where do you get it from?

 

What am I missing here?

Thanks,

Murray

 

I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    on 06 Nov 2019 at 22:50:09
    Re: Planner connector groupid and GetTask_Response_V2

    Ok. It seems I need to get the groupId via the Teams connector.

    So, assuming all these are for Galleries:

    MicrosoftTeams.GetAllTeams().value to list all teams to get the groupId (which is the "team id").

    eg

    Items = SortByColumns(MicrosoftTeams.GetAllTeams().value,"displayName")

    Then:

    Items = SortByColumns(Planner.ListGroupPlans(TeamSelect.Selected.id).value,"title")

    Then I can use:

    Items = Planner.ListTasksV3(PlanSelect.Selected.id,TeamSelect.Selected.id).value

     

    Note the parameter sequence seems to be Plan then Group/Team. The docs imply the other way around. list-tasks 

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 688 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 499 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete