Hello all,
I have a really simple app used to monitor betting records which is sourced in a One Drive Excel table. The app is the standard simple Gallery, View and Edit screens.
I have been tweaking the app to make it more user friendly. I've been adding dropdowns instead of text input for certain fields to limit the entry. I can successfully add a new record using these dropdowns in the Edit Form view, however when I try to go back in to a record and update it, the screen then returns to the View Form as expected but without updating the data, likewise the Gallery also doesn't update. When I look at the source table it has updated and when I go back to edit the record again it does show the updated values there. I have tried adding 'Refresh(Datasource); Reset(BrowseGallery1)' within the OnSuccess for the Edit Form, which was suggested on another forum however this doesn't work. I never had this problem until I started using dropdowns. I included the dropdowns using the route of editing the fields input from text to dropdown and unlocking the properties to include the values there.
Any help would be greatly appreciated.
Cheers,
Rich