Hello,
I'm creating a PowerApp to record data entered at the end of every shift at my place of employement.
The entry times are as follows for each shift:
First shift (7am to 3pm) enters their data at 3pm.
Second shift (3pm to 11pm) enters their data at 11pm.
Third Shift (11pm to 7am) enters their data at 7am the next day.
I can't use a datepicker to pick a date and show entries, because on a chosen day (let's say 01/13/22), it will show me the correct first and second shift entries, but the third shift entry from the previous day.
I've been trying to figure out how to offset this, but I'm stumped.
My PowerApp only has two screens - one is an entry form, the other is a datepicker with a datatable below it showing the entries from the date chosen.
Any advice would be greatly appreciated.
EDIT: The entry form saves data to a list in our Sharepoint site.