Hi All,
I'm building my first app with PowerApp, and I have the follow doubt:
How to show details for a list that I've made?
In the printscreen bellow, you can see my list (Summary), and I need that when someone click on each next arrow, the app navigate to a screen which shows the specifics details.
PS: My data-source is an excel file with 12 columns, and all details is already described on Excel, so I need just show them on the App.
Thanks in advance!
It better you show a sample table
But before that try;
On the OnSelect of the arrow Icon inside the Gallery;
Set(varSelected,ThisItem.ID
Then on the Items property of the Gallery;
Filter (Table1, ID=varSelected)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Its better for you to create the application from a template, on PowerApps, click Create on the left Menu, then select SharePoint and it will create an entire application with the functionality that you are looking for:
Best Regards
--
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions help users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
167 | |
90 | |
73 | |
65 | |
58 |
User | Count |
---|---|
213 | |
153 | |
97 | |
88 | |
66 |