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 / Multiple Formulas In G...
Power Apps
Answered

Multiple Formulas In Gallery

(0) ShareShare
ReportReport
Posted on by 36

I have a question about my gallery formulas,

I want to sort and filter in my gallery data at the same time but every time I get an error.

I have two different code:

 

Sort('LV CrossCheckList_v1','Cross Check Date',SortOrder.Descending) 

Filter('LV CrossCheckList_v1',StartsWith(Title,TextInput2.Text))

 

How can I combine these two codes correctly?

Categories:
I have the same question (0)
  • Verified answer
    Prabhakar_S Profile Picture
    735 Moderator on at

    Hi @tguckiran ,

     

    Please try with this formula,

     

    Filter(
    Sort('LV CrossCheckList_v1', 'Cross Check Date', SortOrder.Descending),
    StartsWith(Title, TextInput2.Text)
    )

     

    Thanks!!!

     

    Please consider marking my response as the accepted solution if it successfully resolves your concern. If you found the information beneficial in other aspects, kindly express your appreciation by giving it a thumbs-up.

     

  • tguckiran Profile Picture
    36 on at

    @Prabhakar_S 

    Thank you for your answer and time
    For some reason I was always trying to filter in sort. That was the main reason for my mistake. 🙂

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 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard