web
You’re offline. This is a read only version of the page.
close
Skip to main content
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
    Re: Dataverse Table not returning value in power apps for the combinations.

    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 757 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 322 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 209 Super User 2025 Season 2

Last 30 days Overall leaderboard