Hello, Im building a powerapp used for attendance registration at my office. I've used a powerapp for the form and a sharepoint site to store the registrations in a list. This is my first powerapp so I'm quite new at this. I have 3 problems that I need help with:
1. I want to be able to show the total number of registrations when selecting a date in the powerapps calendar, is this possible?
2. The sharepoint list is viewed in the app as a datatable, but the table won't sort after latest date, is it possible to set as default?
- I am using a button with the following code: SortByColumns(Närvarostatus; "Datums";Ascending) where Närvarostatus = list name, Datums=name of column
3. Is it possible to group the data table per date (displaying total number of registrations per day) as in the sharepoint site? I have attached a screenshot of the sharepoint view.
Thank you very much for your help! All the best / Axel