Hi,
I have tried creating a TimeSheet functionality in Power Apps, where in user can enter their work mode for the week (WFH: Work from Home and WFO: Work from Office). So I am able to calculate the total WFH and WFO (using Switch). I have also given a button to save and view the details submitted, this works ok when there is one record but when I tried to enter working mode for other user then the previous data which was saved was not present (override) and only new the record was shown
So now if a new record is entered then the previous record is replaced by new record which not what I want.
Example: Now the new record entered is: Sam WFH WFH WFH WFH WFH WFO: 0 WFH: 5 <- This record will shown on the above screen. Instead I want to show all the records (old and new records on the same screen and not only records)
The above screen is named TimeSheet Saved Screen_2 (where in I am displaying all the saved records). All these records are collected in a gallery named TimeSheetLines1
The page where the user can enter the data (Timesheet)
On Save Button:
Used a collection to store the data entered by user.
The screen to display the records:
Please let me know how to get the expected result in this.
Regards,
Sidhant

Report
All responses (
Answers (