Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

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:
  • Re: I need help nesting a Gallery.Items formula

    You've done it again, thanks Jeff!

     

    -Jake

  • Verified answer
    Jeff_Thorpe Profile Picture
    Jeff_Thorpe 6,085 on at
    Re: I need help nesting a Gallery.Items formula

    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)
    )

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,475

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,767

Leaderboard