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 / How to check for First...
Power Apps
Answered

How to check for First or Last items of a Gallery

(2) ShareShare
ReportReport
Posted on by Microsoft Employee

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:
I have the same question (0)
  • Verified answer
    Meneghino Profile Picture
    6,949 on at

    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.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Worked brilliantly. Thanks @Meneghino ! 🙂

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    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

  • Gyllentid Profile Picture
    894 on at

    @Anonymous hi were you able to find a solution?

  • Kanika_arora Profile Picture
    19 on at

    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.

  • mychau Profile Picture
    56 on at

    try this

     

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

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard