I have a Canvas App Form embedded in a SharePoint Online page with a List web part right below it. When I click Submit on the Form, it resets the form, but the new item is not visible in the List web part since the SharePoint Online page itself is not being refreshed.
Is there a way to trigger a SharePoint page refresh from the Power App?
Solved! Go to Solution.
Unless you are using an integrated PowerApp form, which it looks like you aren't, there is no way to tell SharePoint to refresh the page. Remember there may be multiple people with the page open in their browser and SharePoint is a disconnected web application.
Unless you are using an integrated PowerApp form, which it looks like you aren't, there is no way to tell SharePoint to refresh the page. Remember there may be multiple people with the page open in their browser and SharePoint is a disconnected web application.
Hi, same question. On the SharePoint page there is the PowerApp embedded on the left, in the middle, there is a SharePoint list embedded, its view displays only [Me] entries. So it would be great, if the users could see their own entries after clicking the PowerApps Submit button. Is there no way to refresh the open SharePoint Page via OnSelect button function? Thanks in advance for your ideas.