Hello everyone π ,
I have the following Excel as a data source for PowerApp. From this source I let my PowerApp app be automatically created.
I have several records of 8/12/2023, but I would like them not to be displayed one by one in the left panel, but I want them to be under one large record of 12/8/2023, which, when clicked, will open a more detailed view where there will be line by line, which I entered via PowerApp.
Can this be done somehow? Thank u very much π
@Simon29 You can use the GroupBy function to group the data by the date. You Formula will look like,
GroupBy( your existing formula, "Datum", "DateGroup")
To display the records related to each date, you will need another Gallery (This can be a nested Gallery) which will have the Items property set to filter the records for the date selected in the primary gallery.
Please remember to give a π and accept my solution as it will help others in the future.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2