Hi
I'm using PowerApps to customize a SharePoint list. It's a list of job offers where there is a button to sign up to that specific offer.
When the button is pressed, the apps navigates to a new screen with a OK message.
My problem is, if I try to select another item, the form appears on that OK screen.
How can I refresh everything each time the form appears? I tried with 'refresh(List)' on 'onVisible' or 'onView' with the SharePointIntegration, but it doesn't work.
Any help would be apreciated.