I can add/amend/delete items in a SharePoint list which is being used as a data source in a PowerApps app, however any changes in the List are not reflected in the app. For example, if I add a new item to the List, this does not show up when filtering through the List via a Gallery in the app.
**edit**
The gallery's Items is pointed directly at the SharePoint List with a Search filter:
Sort(Search([@SP_List], SearchInput1.Text,Title,Description),Title)
**end edit**
I have tried:
- refreshing the data source [refresh(myList)]
- changing the 'Offline and sync' options to remove the possibility of an old version of the List being cached. No effect.
- checked the default view for restrictions. Default view: 'All items'.
The weird thing is that I can add items using to the List using the App. I don't understand why I can't then see them via that app in a Gallery. Aghhhh!
The List is hosted on a SharePoint site for which I am a member. The app is hosted on my organisation's default environment.