Hi. I'm building my first Canvas Power App and it has three screens.
I am having trouble with calculations in text labels not updating. I have a dropdown on Screen 1 with the discount rate and the payback period is calculated on screen 2 in a text label. When I change the value in the dropdown, a collection is updated and that should update the value of the text label. Then I report that value on Screen 1.
Sometimes it works fine, but often I need to navigate over to Screen2 to get the value on Screen 1 to update. I don't have any actions that occur "OnVisible" on Screen2 or Screen3. Does anyone have a way to avoid this without adding a button?