I have a power app that connects to two tables in a SharePoint excel sheet. I have a canvas app which has two drop down lists, one drop down for each table. Depending what the user selects in the drop down a numeric value will be assigned to the answer (second row (named value) in each table). I am trying to get the resulting values from the answers in the drop downs and add them together and showing it in a text box or label (or something similiar) in the same screen.
In an excel spread sheet I used a Vlookup function to get the values, then had a cell that added the values which worked perfectly. Any way I can do this in power apps?
Thanks