How to get the number of tasks

muryobayashi.toya 1 Reputation point
2020-09-18T06:12:36.653+00:00

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?

Microsoft Teams Development
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
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nikitha-MSFT 541 Reputation points
    2020-09-28T06:11:27.433+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.