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 / Dataverse Table not re...
Power Apps
Unanswered

Dataverse Table not returning value in power apps for the combinations.

(0) ShareShare
ReportReport
Posted on by 60

I have a Dataverse table with 4000 rows that is used to store pricing. I have a button on the power apps which has the logic to map all the fields and based on that combination pull the pricing from the Dataverse table. The logic works for some combinations and return the expected price but for the scenarios where its not working still all the parameters are returned as expected.

The code on OnSelect button is here-

UpdateContext({
selectedPrice: LookUp(
'Price Master Files',
Region= Text(FieldOnScreenOne)&&
Supplier=Text(SupplierParam)&&
'Waste Type'= Text(WasteTypeParam)&&
'Bin/Receptacle size '=Text(BinSizeParam) &&
'Collection Frequency'= Text(SerFreqParam)&&
'Pricing Type' = Text(DataCardValue33.Selected.'Price Type')
).'Collection ($/Pick-Up)',
selectedPrice1: LookUp(
'Price Master Files',
Region= Text(FieldOnScreenOne)&&
Supplier=Text(SupplierParam)&&
'Waste Type'= Text(WasteTypeParam)&&
'Bin/Receptacle size '= Text(BinSizeParam) &&
'Collection Frequency'= Text(SerFreqParam)&&
'Pricing Type' = Text(DataCardValue33.Selected.'Price Type')
).'Additional Disposal Costs ($/Tonne, Excluding Land'
})

 

For a working scenario , I see all the parameters and pricing value pulled correctly.

action1_1-1687831245103.png

 

 

Scenario where the pricing is not pulled(selectedPrice, selectedPrice1 as blank) at all, still the parameters are returned as shown below-

action1_0-1687831129004.png

 The Dataverse table structure is as shown below-

action1_2-1687831312222.png

 

Please help me understand if I am missing something here and how to pull the price for all the combinations that we have in the pricing table.

 

Regards

I have the same question (0)
  • action1 Profile Picture
    60 on at

    In my power apps the delegation limit is 500 and the dataverse table has 4000 rows. Can this be the reason for the code not working for all combinations? How can this be fixed, please help.

     

    Regards

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 93 Most Valuable Professional

#2
Haque Profile Picture

Haque 81

#3
Valantis Profile Picture

Valantis 49

Last 30 days Overall leaderboard