Re: Planner Connector - Get Task Description
Hi @Anonymous,
If you want to get a description of a single task, you could configure the corresponding Planner Task-Trigger to get the task id, and then get the description of the task through Get task details.

If you want to get a description of all the tasks, you can first use List tasks / List my tasks to get the id of all tasks, then configure Get task details action in Apply_to_each to get a description of each task.

Please take a try.
Best Regards,
Barry