Right now I have a bot set up that just goes through and ask the user for their email. After getting the email, the email is passed into a flow that creates an adaptive card for their overdue tasks. However, right now the email gets passed in correctly but the flow is still connected to my account so the tasks that gets printed out are my tasks from the planner.
How would I be able to change it so that if someone types in their email in the bot then it gets the tasks associated with that email?
Thanks
Hi @tschen01 ,
You can use the List Tasks action to list all tasks inside a Plan.
https://docs.microsoft.com/en-us/connectors/planner/#list-tasks
But if you want to get only for the user, you can connect to Microsoft Graph API to get the tasks.
https://docs.microsoft.com/pt-br/graph/api/planneruser-list-tasks?view=graph-rest-1.0&tabs=http