Hi,
I have created a task in planner with checklist and I am able to read in power app canvas using Planner.ListMytasks().value formula. Though I am able to read task, I couldn't fetch the check list associated with a planner task. Any suggestions would be helpful
I am getting an error when using the .checklist. Power apps says the result is a table but if I try to add .title for the dhecklist item I still get an error. Please advise.
Hi @Sivaprasad21 :
You could use this formula to get the Task details:
Planner.GetTaskDetailsV2("TheTaskID")
This formula will return a record, and the contents of the checklist you need are stored in a field called checklist.
Best Regards,
Bof
WarrenBelz
85
Most Valuable Professional
MS.Ragavendar
54
Michael E. Gernaey
42
Super User 2025 Season 1