web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Flow won't get all fil...
Power Apps
Unanswered

Flow won't get all filtered items based on filter query

(1) ShareShare
ReportReport
Posted on by 70

I'm not sure where I did wrong. 

 

The flow works but it won't get all the items based on all the filters. The exported file should have all the items that is shown in the filtered gallery.

 

It works when Country is only the filter or if Country and Launch Year/Brand Name, but incorporating the rest doesn't. Below is the code I used.

 

 

// run flow
Set(_varExcelFile,
 Export_Dev_V2.Run("Country eq '"& Country_cb.Selected.Value &"' and (substringof('" & LaunchYr_inp.Text & "', LaunchYear) or LaunchYear eq null) and (Category eq '"& Category_cb.Selected.Value &"' or Category eq null) and (substringof('"& Brand_inp.Text &"', BrandName) or BrandName eq null) and (Source eq '"& Source_cb.Selected.Value & "' or Source eq null) and (Status eq '"& Status_cb.Selected.Value &"' or Status eq null)").linkoutput);

// download the file to Excel
Launch(_varExcelFile);

 

 

 

Below is the flow.

raizanicolem_0-1691462914572.png

 

I was thinking of a workaround (exporting by putting them in a Collection first) but I'm not really sure how to collect all items in a paginated gallery

Categories:
I have the same question (0)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard