
Hello Everyone!
I created a powerapp where there is a Gallery and a Form on the same page. (whole page is a form and I placed little Gallery some where on the form)
Both Form and Gallery shares few of the common datacards. So, the moment we select a value in the form, then the corresponding value in the gallery gets pre-populated with same value. User has ability to change those values in gallery. The moment when user changes the pre-populated value in gallery and hit save, that changed values(CORRECT/EXPECTED) are getting reflected in the backend SHAREPOINT, which is working perfectly fine, but at the same time, those changed values are reverting back to the pre-populated values in the gallery. This will definitely cause confusion to users as they changed the value in the gallery, it is getting reverted to pre-populated value from Form, but Sharepoint captures that change.
Please advise me the solution. Thanks In Advance!!!!
Did you use the Refresh() function after your users edit the data? The gallery won't have retrieved the newer items until you have refreshed the datasource if you are referring to it directly.