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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Displaying a page with...
Power Apps
Answered

Displaying a page with all data entered from a PowerApps form

(1) ShareShare
ReportReport
Posted on by 160

Hi guys! I'm currently looking into how to display whatever data that has been entered in a form and display it into a page after a button called "Submit" have been pressed. This is illustrated in the following screenshot below:

 

DelDev_0-1720508794424.png

DelDev_1-1720508917078.png

 

Therefore, according to the screenshot above after filling in the "Date:" field and "Location", the button "Submit" would be pressed. Let's say that a date of 09 July 2024 and a Location of North have been entered and after that the button "Submit" would be pressed. After that, it would navigate me to a page that shows the data that have been entered and to be displayed in the following format below:

 

Date: 09 July 2024

Location: North

 

Any methods or techniques is appreciated, thanks!

 

 

Categories:
I have the same question (0)
  • Muzammil_069506 Profile Picture
    292 Moderator on at

    Hi @Del-Dev 

    I'm assuming you already know how to submit the form. For detail, I'm adding the following steps:

    1. On the button, write the code `SubmitForm(YourFormName); Navigate(Screen1)`. Replace `YourFormName` with the name of your form and `Screen1` with the screen where you want to show the submitted items.

    2. Use a gallery on `Screen1`. This could be a blank vertical gallery.

    3. Then add a list or table which is connected to your submitting form as a data source.

    4. Add a label and use `ThisItem.ColumnName` in the label. Replace `ColumnName` with the name of the column you want to display.

    I assume from your question that you're new to Power Platform. So, in order to understand better, try to create an app from a table or SharePoint from the Power Platform portal. It will automatically create an app with basic form and gallery, edit, submit, and delete features. You will have a lot of understanding of how Power Apps can be built and later you can customize according to your need.

    Please replace the placeholders with your actual form names, screen names, and column names. If this helps, please consider it as a solution! 😊

  • Del-Dev Profile Picture
    160 on at

    Hi @Muzammil_069506,

    Thank you for the reply!  So for the context, all my data would be submitted to a SharePoint List after the submit button is pressed. You mentioned that the "ColumnName" is to be replaced by the name of the column that I want to display. Do you mean by the column name from the SharePoint List? 

  • Verified answer
    Muzammil_069506 Profile Picture
    292 Moderator on at

    Hi @Del-Dev  

    Yes, that's correct here is the step by step detail

    1. In Power Apps, go to the screen where you want to display the SharePoint data.
    2. Insert a blank vertical gallery: `Insert` > `Gallery` > `Blank vertical`.
    3. Set the data source of the gallery to your SharePoint list: select the gallery, then in the `Properties` pane, click on `Data source`, and select your SharePoint list.
    4. Click on the gallery, then click on the `+` (Insert) icon.
    5. Add a label: `Insert` > `Label`.
    6. In the `Properties` pane, set the `Text` property of the label to `ThisItem.ColumnName`, where `ColumnName` is the name of the column you want to display.

    Remember to replace `Column Name` with the actual name of the column from your SharePoint list. This will display the data from that column in the gallery.

    Please accept my answer as solution if you found it helpful

  • Del-Dev Profile Picture
    160 on at

    Hi @Muzammil_069506,

    Thank you very much for the detailed steps! Referring to the detailed steps above, on step number 6, if I want to display more than one column, how do I write the "ThisItem.ColumnName" in such a way that it would display more than one column?

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

Forum hierarchy changes are complete!

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

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 721 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 320 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard