Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Filter Array returning 2 more results than expected

(0) ShareShare
ReportReport
Posted on by 74

I am filtering a Sharepoint list by todays date and getting the total count of the length of that filtered list. I know there are 10 items in that filtered list but the filter value is returning 12. Am I doing something wrong?

filter.png

  • Expiscornovus Profile Picture
    32,112 Most Valuable Professional on at
    Re: Filter Array returning 2 more results than expected

    Hi @sskey89,

     

    The expression you are sharing is calculating the length of the text/string 'Filter_array'. That text/string is 12 characters. 

     

    If you want to know the number of items from your filter array results try using an expression with the outputs body of the filter array. Try something like below:

     

     

    length(body('Filter_Array'))

     

     

     

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