Hello Administrator I guess?
I am new to power apps and I was developing my first app and found the first challenge:
In my app the user select the product, the product origin and the product destination, what I want is to retrieve the Duty date based on those 3 conditions.
i.e
DrpProduct = Apple
DrpDestination = USA
DrpOrigin = Argentina
Result:
Tariff = 2007.99.48.00
Rate = 12%
I don't know if this is the correct excel table structure or what is the best method to get this data along with the formulas.
This is a sample of my data:
Any help will be greatly appreciated.