diff --git a/Teams/app-powered-tasks-in-planner.md b/Teams/app-powered-tasks-in-planner.md index 02a7642c95..19e5841c5d 100644 --- a/Teams/app-powered-tasks-in-planner.md +++ b/Teams/app-powered-tasks-in-planner.md @@ -90,7 +90,7 @@ POST https://graph.microsoft.com/beta/solutions/businessScenarios/{your-business "assignments": { "{user ID of user you want to assign the task to}": { "@odata.type": "#microsoft.graph.plannerAssignment", - "orderHint": "!" + "orderHint": " !" } }, "details": { @@ -227,6 +227,8 @@ Here's what the user sees when they open the task in the Planner app in Teams. S :::image type="content" source="media/app-powered-tasks-in-planner.png" alt-text="Screenshot of an example of an app-powered task in My Tasks in the Planner app in Teams." lightbox="media/app-powered-tasks-in-planner.png"::: +To learn more about the user experience, see [Work with app-powered tasks in the Planner app in Teams](https://support.microsoft.com/topic/16d2f882-aad5-4346-a459-4dfd9fc9a457). + ## Related articles - [Use the business scenarios API in Microsoft Graph to integrate with Planner](/graph/api/resources/businessscenario-planner-overview?view=graph-rest-beta)