Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

How to add a preview submission page

(2) ShareShare
ReportReport
Posted on by

Hello everyone,

 

I have a canvas app where it's inserted a form. I want to ask how to create a preview submission page for a user before their submission. More specifically, they input all the required fields and then click a button called preview submission, and then in the preview page, it has two options: 1: go back to edit and 2: submit the form.

 

Really Thanks!

  • sam123123123 Profile Picture
    on at
    Re: How to add a preview submission page

    Thanks!

  • Verified answer
    SunilPashikanti Profile Picture
    731 Super User 2025 Season 1 on at
    Re: How to add a preview submission page

    Hi @sam123123123

     

    Creating a preview submission page in PowerApps involves a few steps. Let’s walk through the process:

     

    Add a "Preview Submission" button on your current edit page. In the OnSelect property of this button add the naviagtion code: Navigate(PreviewScreen, ScreenTransition.Fade).

     

    Create a Preview Screen:
    Add a new screen to your app (let’s call it “PreviewScreen”).
    In the “PreviewScreen,” add a Display form control.
    Connect the Display form to the same data source as your Edit form (the one where users input data).
    Set the Item property of the Display form to the item you want to preview (e.g., EditForm1.Updates).


    Buttons for Navigation:
    Add two buttons on the “PreviewScreen”:
    “Go Back to Edit”: This button should take the user back to the form screen (where they can make changes).
    “Submit Form”: This button confirms the submission.
    Set the OnSelect property of each button accordingly:
    For “Go Back to Edit”: Navigate(EditScreen, ScreenTransition.Fade)
    For “Submit Form”: Submit the data (e.g., SubmitForm(EditForm1)).


    User Flow:
    When users click the “Preview Submission” button on the Edit form screen, navigate to the “PreviewScreen.”
    Users can review the data, make any necessary changes, and then choose either option: go back to edit or submit the form.

     

    Please click Accept as solution 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 giving it Thumbs Up.

    Sunil Pashikanti - Tech Blog: PowerApps

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,605 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,946 Most Valuable Professional

Leaderboard