web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Suggested answer

Adding a Redirect to "On Save" or hiding banner in Power App Custom Form for SharePoint

(0) ShareShare
ReportReport
Posted on by 17
Hello,
 
I've created a Power App custom form for SharePoint list. When the user "saves," I'd like to send them to a homepage instead of the list page because we prefer them not visiting the list itself (I will provide a "New Item" launch via link on a separate SP page).
 
Can we do that with the SharePoint Integration object?
 
If not, can I hide this banner?
 
 
Thank you,
 
Ricky
I have the same question (0)
  • Suggested answer
    DeveloperAK Profile Picture
    13 on at
    Adding a Redirect to "On Save" or hiding banner in Power App Custom Form for SharePoint
    Hello @RR-09101717-0
     
    I wanted users to land on a homepage after submitting a Power Apps custom form instead of going to the SharePoint list. Here's what worked for me:
     
    I used the form’s OnSuccess property:
    Launch("https://yourtenant.sharepoint.com/sites/yoursite/SitePages/Home.aspx",{count:1},LaunchTarget.New);

    This keeps users away from the list and gives a smoother experience. Hope it helps someone else too!

    📩 Need more help? Mention @CU19111247-0 anytime!
    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.
    💛 Your Like motivates me to keep helping.


  • WarrenBelz Profile Picture
    151,978 Most Valuable Professional on at
    Adding a Redirect to "On Save" or hiding banner in Power App Custom Form for SharePoint
    You can use the SharePointIntegration OnSave function like this
    SubmitForm(YourFormName);
    Navigate(YourOtherPageName)
     
    You cannot hide the banner, but if you have dedicated buttons for your functions on the app, change the OnSave to something like
    Notify(
       "Please use the save button on the form",
       NotificationType.Information,
       5000
    )
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
  • RR-09101717-0 Profile Picture
    17 on at
    Adding a Redirect to "On Save" or hiding banner in Power App Custom Form for SharePoint
    Thanks   and 
     
    I'm almost there with this. very helpful!!
     
  • RR-09101717-0 Profile Picture
    17 on at
    Adding a Redirect to "On Save" or hiding banner in Power App Custom Form for SharePoint
    Thanks again,   and !
     
    The functionality is working!
     
    A related question - would it be possible for the form to open from double click of a row, already in edit mode?
     
    I am using a variable for approvers, so I would apply a conditional - if an approver, a double click would open already in edit mode. Possible?
     
    Thanks again for your help yesterday!
     
    Ricky

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 664 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 373 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 246 Super User 2025 Season 2

Last 30 days Overall leaderboard