Hi Team
I am new to Power Apps and have been fumbling my way through building an App to calculate a cost based on Users using drop down boxes. I am using an Excel connector to tables. When a User selects an item from a list in a dropdown, it updates a List Box with a corresponding value. I then use more dropdowns until the User has selected all the criteria. At the end there are two or three items to calculate and show in a Text Input box. However, when the List Box updates with the new value, these are not automatically selected and therefore my calculation does see the new values.
Example: after selecting Dropdown1 the value is selected. ListBox 1 & 2 are populated from other dropdowns but are not selected.
Value(Dropdown1.SelectedText.Value)*Value(ListBox1.SelectedText.Value)+Value(ListBox2.SelectedText.Value)