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 / Can't use ThisItem in ...
Power Apps
Answered

Can't use ThisItem in LookUp within Sort

(0) ShareShare
ReportReport
Posted on by 65

The following works fine to add text to a label in a gallery: 

LookUp(RemoteTable,proposal_no=ThisItem.proposal_no,name)

But as soon as I nest that within a Sort function, I can't use the ThisItem anymore (it gets the red squiggle). This is what I want to do:

Sort(If(ActiveToggle.Value=true,Filter(collection,date<Today() && Today() <date),collection),LookUp(RemoteTable,proposal_no=ThisItem.proposal_no,name))

If I just use proposal_no=proposal_no, it returns the same result for every record and doesn't sort right.

 

Any help?

 

Thanks!

Categories:
  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @kman42 ,

    The funtion of Sort is used to sort a table.

    I'm afraid it's not supported to use it to sort some labels currently.

    If you want to sort the gallery according to the name column, I suggest tou set the gallery's Items:

    Sort(If(ActiveToggle.Value=true,Filter(collection,date<Today() && Today() <date),collection),name)

    Here's a doc about Sort for your reference:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-sort

     

     

    Best regards,

    Community Support Team _ Phoebe Liu

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard