Has anyone else had issues with the Launch function not working? I used Power Apps to create a custom form for a SharePoint list, and when a user saves/submits the form, I want the user to be taken to a specific defined view in that list.
I initially tried just setting the default view of the list to be the view I wanted, but that did not work (whatever view the the user is in when creating/saving a new item, that is the view that will be displayed after submit.
So then I thought about using the Launch function to take the user to the view I want (which is obviously just an ASPX page) when submitting a new item by updating the OnSave function of SharePointIntegration for the form as shown below...

But that does not appear to work. As an alternative I tried adding a Submit button to the form and then updating OnSelect as shown here to see if that would work ... same result.

I've even tried using a URL that goes to just another page in the site (like the Home page) so that it is not a view page, but same issue ... it does not appear to work.
Anyone had any luck using the function RECENTLY? I read a lot of posts where folks have indicated that it works, but most of those are fairly old, so wondering if maybe there is a new bug?
Thanks