Hello, I created a powerapp with data from a MS Lists table. I created two screens with forms refering to the same data source.
When I change a data field in form of screen_1 and submit the form, the data is correctly updated in the datasource table. But when I navigate dot screen_2 in which a form also refers to the same data table, it is not showing the updated data, but the old data before submitting the form from screen_1. I already tried adding Refresh(Datasourcename) in OnVisible of screen_2 but that doesn't seem to load the updated data from the datasource.
Any ideas what I can do to get updated data every time I navigate from