Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

lookup fails on collection but succeeds with sql table

Like (0) ShareShare
ReportReport
Posted on 15 Mar 2025 23:10:50 by 183
I have the following LookUp formula that runs against a SQL table to find Cost information.  Filter conditions return a unique Cost.
 
            LookUp(
                SubRates,
                BuilderID = CurBuilder And Class = "Steel"
             
                 And SubCode = "TestSub" And Task_No = 2,
                Cost)
This works.
 
However, since it is a very large # records in SQL table, I first create a filtered collection into colSubRates
 
            LookUp(
                colSubRates,
                BuilderID = CurBuilder And Class = "Steel"
             
                 And SubCode = "TestSub" And Task_No = 2,
                Cost)
 
This does not work.
 
Ideas?
 
Thanks,
 
Larry Knudson
Categories:
  • Verified answer
    lknudson1 Profile Picture
    183 on 16 Mar 2025 at 00:12:44
    lookup fails on collection but succeeds with sql table
    I found out what was going on.
    The lookup was running against variables in a separate file that did not have the Class value assigned.
     
    Once I updated that file, the Cost lookups worked.
     
    Thanks.

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

Thomas Rice – Community Spotlight

We are honored to recognize Thomas Rice as our March 2025 Community…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community

Announcing Our 2025 Season 1 Super Users!

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

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,508 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,442 Most Valuable Professional

Leaderboard
Loading started