Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

How to check for First or Last items of a Gallery

(2) ShareShare
ReportReport
Posted on by

Hi all,

 

Currently building an app where users can request and approve company travel items.

 

I've built the UI of the "overview" screen as a timeline of travel events (flights, etc). Wondering whether anyone out there might know how to detect whether a given item is the First or Last one in a gallery? Would be useful in showing or hiding aspects of the UI to dictate whether the timeline ends or starts from a particular item.

Cheers

Categories:
  • mychau Profile Picture
    56 on at
    Re: How to check for First or Last items of a Gallery

    try this

     

    If(ThisItem.ID=First(myCollection).ID,DisplayMode.Edit,DisplayMode.View)

  • Kanika_arora Profile Picture
    17 on at
    Re: How to check for First or Last items of a Gallery

    Hi @Meneghino 

    I tried your suggestion. But getting an error which says can't compare record=record type.

    My requirement is to enable a control in just first row of gallery & disable for rest of the rows.

    So i am using If(ThisItem=First(myCollection),DisplayMode.Edit,DisplayMode.View) on display mode property of that particular control inside gallery.

    Any more suggestions will help.

    Thanks.

  • Gyllentid Profile Picture
    892 on at
    Re: How to check for First or Last items of a Gallery

    @Anonymous hi were you able to find a solution?

  • Community Power Platform Member Profile Picture
    on at
    Re: How to check for First or Last items of a Gallery

    I am trying to apply this idea inside a gallery, on the visible property of an icon. I can't seem to get the syntax right, I'm getting "invalid argument type." Inside the gallery it would be ThisItem=Last(whatever)?


    If(ThisItem=Last(Filter(Datasource,Field=value,Field2=Value2)),true,false)

     

    I'm pretty sure "ThisItem" is the single record within the gallery - if I start typing

    If(ThisItem.

    I see the fields of the table in question in the auto fill area

  • Community Power Platform Member Profile Picture
    on at
    Re: How to check for First or Last items of a Gallery

    Worked brilliantly. Thanks @Meneghino ! 🙂

  • Verified answer
    Meneghino Profile Picture
    6,949 on at
    Re: How to check for First or Last items of a Gallery

    Hi @Anonymous

     

    You can use the First and Last functions.  If outside the gallery then you can use the AllItems property of the gallery.

    For example:  If(Gallery1.Selected = First(Gallery1.AllItems), XXX, YYY)

     

    If inside the gallery (i.e. for a control in the gallery template) then I think that you cannot use AllItems, so just use First or Last with the same expression as the Items property of your gallery.

     

    Please provide specific needs (incl. Items property) if the above is not clear enough.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,635 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard