I am trying to populate a price value from a SharePoint list onto my form when a user selects a product type from a dropdown and inputs the number of units in an input field. The price is based on a pricing tier so I will need Powerapps to pull the correct price value based on the product type and quantity inputted. I have tried to use Lookup within 'Default' from the input box where I want the value to populate but nothing is populating. I have attempted to create a new form from scratch but the same outcome. Is there something else other than Lookup I should be using?
SharePoint list:
Pricechart: SharePoint list with pricing
Product: Vlookup column with product names
Min: minimum number of units
Max: maximum number of units
Price: price set for the product based on the min and max unit ranges
Form Fields:
ProductName: Dropdown combo box in form that pulls product names from vlookup column from my other 'ProductTracker' list
Units: Input field box on the form where the user will input the quantity of units needed
Priceperunits: Input field box on the form that should populate pricing based on product type selected and units inputted (should reference pricing from PriceChart SharePoint list.)