
Announcements
Hi all,
I created a custom form for a SharePoint List using PowerApps with success.
I noted that "Save Button" of custom input form redirect user to:
https://company.sharepoint.com/sites/xxxx/Lists/MySite/AllItems.aspx
I would modify this behavior of Save Button and I would redirect user to another link:
https://company.sharepoint.com/sites/xxxx/Lists/MySite/custom.aspx
In other word, by default, input form redirect user to AllItems page of this list, but I need that users will be redirect to a custom view of this SP List.
Is it possibile? I know that exist "Navigate()" function, but I can use it just to navigate inside screens' app right?
You might want to investigate the Launch function.
You can set the LaunchTarget to be Replace to do it all in the same tab. There is a warning on doing this in the SharePoint environment, but it is worth checking out for your scenario.
I hope this is helpful for you.