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 Apps / PowerApp Canva - Plann...
Power Apps
Unanswered

PowerApp Canva - Planner Connector UpdateTaskDetails Property Checklist in Payload has a Value that does not Match Schema

(1) ShareShare
ReportReport
Posted on by 17

Can someone please help me understand how to use the Planner Connector to UpdateTaskDetails from my PowerApp, after it has been created. I want to be able to list checklist items in an input box, then have those items listed in the planner.

 

Here is how I attempted to implement it, but I get the error Property checklist in payload has a value that does not match schema:

 

Clear(colChecklist);
ForAll(
    Split(CheckListInput.Text, ";"),
    Collect(
        colChecklist,
        {
            id: GUID(),
            title: Trim(ThisRecord.Value),
            isChecked: false
        }
    )
);


Planner.UpdateTaskDetails(
    newTask.id,
    {
        checklist: colChecklist // Passing the collection as the checklist
    }
);
Categories:
I have the same question (0)

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 Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard