Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Filter array not returning all the expected values (Microsoft Planner tasks with specific label)

(0) ShareShare
ReportReport
Posted on by

I have a flow that lists the tasks from a planner, then I apply a Filter array to return all the tasks that have the blue label. There are 239 of these tasks, but the filter array is only returning 13 of them. I can't figure out why. The kicker is that yesterday it did this perfectly and I haven't changed anything since then. The filter array code is this:

{ "inputs": { "from": "@outputs('List_tasks')?['body/value']", "where": "@equals(item()?['appliedCategories/category5'], true)" }, "metadata": { "operationMetadataId": "80962a50-9c5a-4a88-b686-0e71ca804c48" } }

 

Some of my tasks have multiple labels, but even some of the tasks that ONLY have the blue label are not getting returned. Any idea what I could be missing?

  • Rhiassuring Profile Picture
    8,688 Super User 2025 Season 1 on at
    Re: Filter array not returning all the expected values (Microsoft Planner tasks with specific label)

    Hi there, 

     

    So by default, the threshold limit on the task output is 400. That means that if Power Automate returns the first 400 tasks it sees, only 13 of those might be Blue. 

     

    To resolve this - to see if this is the issue - try this out:

     

    - Double click on the List Tasks action

    - Click on Settings

    - Click on Pagination

    - Increase the threshold:

     

    Rhiassuring_0-1711663135396.png

     

     

    Let us know if that works for you!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1