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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / I need help nesting a ...
Power Apps
Unanswered

I need help nesting a Gallery.Items formula

(0) ShareShare
ReportReport
Posted on by

I need a little help nesting these two gallery items formulas.  I'm still working on familiarizing myself with the syntax...

 

If(Toggle1.Value, Filter('Engagement Form', 'Created By'.DisplayName = gvCurrentUserName), 'Engagement Form')

 

SortByColumns(Filter('Engagement Form', StartsWith(Activity_Name, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))

 

Thanks in advance!

 

-Jake

Categories:
I have the same question (0)
  • Verified answer
    Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    I think this might be what you are looking for:

     

    SortByColumns(
     Filter(
     If(Toggle1.Value, Filter('Engagement Form', 'Created By'.DisplayName = gvCurrentUserName), 'Engagement Form'),
    	StartsWith(Activity_Name, TextSearchBox1.Text)
    	),
     "Title",
     If(SortDescending1, Descending, Ascending)
    )
  • Community Power Platform Member Profile Picture
    on at

    You've done it again, thanks Jeff!

     

    -Jake

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 840 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 332 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 275

Last 30 days Overall leaderboard