Re: Send HTTP Request V2 - Update Planner Task Checklist to show on card
What is the problem that you have? Is it giving you an error?
I've never used this exact process before, but your HTTP request looks like it matches the example you linked to.
The only difference will be the Body. I think your body might need to be formatted. Sometimes the amount of blank spaces will determine if it works or not.
So instead of Body:
{ "previewType": "checklist" }
Copy in the body with the line breaks:
{
"previewType": "checklist"
}
You can also change the view from editing the flow in Co-Pilot designer to the Switch to Classic Designer which will look the same as the example you used.
