Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,319 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
I'm trying to use Microsoft Flows and Planner in Teams.
And I want to have a flow to display a caution when over three tasks are asigned to one user.
So I need to get the number of asigned tasks, but I can't find the fitting flow action.
How should I do?
Currently there is no direct action to get number of tasks assigned to particular user. You need to customize the flow, You can get the task of particular group/plan from the response get the id of the user, by using that id you can get the tasks assigned to particular person.