
Announcements
I have customized my SharePoint form using PowerApps.
Currene Behavior: Once the user clicks 'Save', it redirects them to the SharePoint list (which has all the list items. I can customize the defalut view to show only items they created or what ever).
Expected Behavior: Once the user clicks submit, they should be redirected to a specific page or a site.
Options tried:
1. Used Launch("SiteLink/SpecifiedURL") - But this opens a new tab with the sitelink that I provided, but takes them to the list anyway.
2. Used Navigate() - Created a screen and provided the screen name, but it is redirecting to the new screen, but taking them back to the list.
Any thoughts on this? Thanks in advance.