I have created an Gallery based app that navigates to different screen.
Screen 1 - Gallery
Screen 2 - A VIEW Form that displays data inputs from Screen 3
Screen 3 - Record the username pressing "Done" button to Sharepoint List.
The app works fine and updates the usernames based on who presses "Done" in screen 3.
But the View Form(Screen 2) does not update until I go back to the gallery and come to this specific item again.
Is there a way where I can set the Visible Form in Screen 2 to Refresh real time based on share-point list updates?
Or can I possibly add a refresh button to update my list rather than going back to gallery and coming inside this item?