Hi,
Yes you can add checklist items to your Planner task, here's the action.
Switch to classic to use this feature, it is not functioning appropriately in the new designer (sometimes).
To show you how this works, I'm going to enter a couple of dummy checklist items, shown below. So, I have added two checklist items and false means unchecked, true means checked.
Now, how you would typically use a checklist in automation is to enter the JSON by switching to text mode, shown below.
So here you can see how easy it would be to add 10 checklist items to a Planner task. Please take important note of the comma inbetween checklist items, no comma at the last checklist item.
Here's my sample JSON to add ten checklist items:
[
{
"id": "1",
"title": "Update CRM",
"isChecked": false
},
{
"id": "2",
"title": "Update Contact Info",
"isChecked": false
},
{
"id": "3",
"title": "Update Dynamics",
"isChecked": false
},
{
"id": "4",
"title": "Refresh Power BI",
"isChecked": false
},
{
"id": "5",
"title": "Send Email to Customer",
"isChecked": false
},
{
"id": "6",
"title": "Add to Teams Group",
"isChecked": false
},
{
"id": "7",
"title": "Contract Review",
"isChecked": false
},
{
"id": "8",
"title": "Get Approval",
"isChecked": false
},
{
"id": "9",
"title": "Update Finance Data",
"isChecked": false
},
{
"id": "10",
"title": "Manager Signoff",
"isChecked": false
}
]
Goes without saying, the above checklist titles could also be dynamic from content in your flow. From my experience, most of the checklist items are pretty consistent, based on the task type.
------------------------------------------------
⭐ If this was helpful, please like and/or mark as a verified answer to help others find this too!
Always glad to help! 💯💯💯💯💯
Tom
Follow me on LinkedIn - Thomas Rice, PMP | LinkedIn