Back in days we have created redirects for sharepoint list forms, infopath forms, sharepoint pages when required.
These redirect enhance the user experience, for example: User submits the form and instead of landing to the list, it lands to a page that says “Thank you for submitting your request, it will be processed Shortly”
With Powerapps as well we want similar experience, when user submits the Powerapps form, they land on the Thank You Screen.
Here are the steps to create it.
- Create a new screen with the Thank You TEXT.( you can use Insert tab to add HTML text)
Ones the screen is created as per your desire, you need to go to the edit screen where submit button is there(if there are multiple submit options like I have shown in the above app, one is Tick sign and other is proper submit button than below action needs to be performed on both)
- Hit the submit button, go to Advanced–> Under Action –> OnSelect (use the following formula)
(SubmitForm(EditForm1) And Navigate(Screen1, ScreenTransition.None))
Save and Publish.
Now when the user will submit the form, it will transition to Thank you screen that you have created.
I hope this post will assist you in case you want to add a transition screen to your PowerAPP.
Thanks for reading
Sukhija Vikas
Hi,
Thanks for this Post, I tried the same in my power apps custom form, it seems to work in preview but after publishing it is not re directing to the”Thank You” screen. What could be the reason
Hi ,
Thanks for the Post, I tried this in my custom powerapp form, it seems to work if I preview it,but after publishing to SharePoint it is not redirecting to “Thank You” screen.
That is strange, have you refreshed your browser after publishing ?
It should work..
yes, I have refereshed browser after publishing. I am customizing sharepoint list form using powerapp.
There is something that you are missing then as I use same approach for hundreds of forms and its working..
Same Problem, the icon navigate to the new page but did not collect the form
See my earlier comment about setting default as New..
I have the same issue – it redirects in the preview but not in the actual form. What would you suggest changing ?
I have seen this late, but what I can think is the Sharepoint form default mode I am setting as New which might be making the difference.