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 Apps
Answered

Filtering Gallary

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Forum,

 

I have a Gallary where I am filtering based on a input text by name, however I want to have a condition before that that filters the gallary first by a value, for example where a Type field = Personal, the gallary should then only show all items where type is personal and then filter by the tex

SortByColumns(Filter('[dbo].[ew_arm_fact]',StartsWith(Client_Surname,Client_Search_Input_4.Text)),"Client_Surname")

 

How would I include the condition to set where Type = Personal?

 

Any help would be appreciated.

 

Thanks

 

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @Anonymous 

    Assuming the TypeColumn is simply a text field you can do it like this.  If TypeColumn is a Choices field in SP use TypeColumnName.Value = "Personal" instead.

    SortByColumns(
     Filter(
     '[dbo].[ew_arm_fact]',
     TypeColumnName = "Personal",
     StartsWith(Client_Surname,Client_Search_Input_4.Text)
     ),
     "Client_Surname"
    )

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard