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