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 / Delegation workarounds...
Power Apps
Answered

Delegation workarounds - current filter not working

(0) ShareShare
ReportReport
Posted on by 754

Hello - this is my current code for a Label.  The Status.Value <> "D" part does not appear to be working.  I get the delegation error message - and when I put in a value that has a status of D it still returns a result. It should say TIN Not Found

 

Assuming delegation  is the reason why - the list has 27,000 records in it.  Looking for suggestions for workarounds. 

Thank you 

LookUp(

    'TIN Crosswalk',

    txtTINNew_2.Text = TIN && Status.Value <> "D",

    Prov_Acct_ID

),

"TIN NOT FOUND" 

 

Categories:
I have the same question (0)
  • MVP-Phipps Profile Picture
    3,514 Super User 2024 Season 1 on at

    Here is an article you will find useful in order to learn about Delegation, and how to avoid delegation: https://devoworx.net/how-to-overcome-powerapps-delegation-limit/#:~:text=To%20avoid%20the%20delegation%20warning%20in%20PowerApps%2C%20try%20wisely%20to,the%20value%20above%20500%20records.

     

    Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful as can help others.

    LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
    YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
    Twitter: https://twitter.com/phipps0218

  • Verified answer
    Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    The <> is the operator that isn't delegable. Since the operator is being used with a status column maybe you don't have too many status options and could use the "=" operator on the options you want. See example below.

     

    LookUp('TIN Crosswalk',
     txtTINNew_2.Text = TIN && (Status.Value = "A" || Status.Value = "B" || Status.Value = "C" || Status.Value = "E"),
     Prov_Acct_ID)

     

  • ctedesco3307 Profile Picture
    754 on at

    @Jeff_Thorpe That took away the delegation error - thank you! 

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard