I made an app to log when a worker arrives to work and when he leaves (punch in - punch out).
To make it more accesible, we have a mobile version with the PowerApps app and a desktop version, as a SharePoint page.
The IN and OUT buttons work fine in both versions, but below the buttons I have a gallery that shows the log of the users activity.
That gallery is always empty on the desktop version and I don't know why.
I added a photo for reference.
The gallery data is filtered using a date picker, on the Items property I have this:
Filter('List1';Title = Username_label.Text && Data = Text(DatePicker1.SelectedDate))
This shows the log of that particular user on the day they select.
Solved! Go to Solution.
Hey @U_Idigoras
Hey @U_Idigoras
I already had the Format property of the DatePicker as "dd/mm/yyyy", but I didn't think of the format on the filter.
Oh well, thank you so much. I was going crazy.
User | Count |
---|---|
198 | |
122 | |
85 | |
50 | |
42 |
User | Count |
---|---|
284 | |
159 | |
134 | |
73 | |
72 |