Hi!
I have a datatable that shows a sharePoint document library. This library has a couple of columns (Seller, StartDate, status)
I have a button "properties" that navigates to a edit/view screen where the above fields are shown and editable (each field.defult shows datatable.selected.Seller, datatable.selected.StartDate, datatable.selected.Status)
I then have a "Save"-button that runs a Flow that saves the powerapp fields to the coresponding sharepoint column field.
This all works perfectly and my sharepoint list gets updated. But when i navigate back to my data table, choose the same file again and click "properties", the same properties as before the edit is shown. If i "F5" the powerapp, the changes will be visible. Or if i just close and reopen it.
I have tried using Refresh(<MyDatasource>) together with the "Save"-button but that does nothing.
Is it possible to update my datatable from the sharepoint source without reloading the entire PowerApp?