I am currently in the process of building a PowerApps where it should be possible to add where you currently are located (Out of Office, working from home or on-site) for the current week. Please see attached image.
For only one week (current week), this is pretty manageable to do within a gallery, as I can just hardcode the week days within Dataverse table (e.g., Monday_OoO, Monday_Home, Monday_Site ... Friday_OoO.) and then through buttons, I could then just patch a true/false value to the Dataverse table and visualize them with filled/non-filled button colours.
However, the catch here is that I would like to scale this to more weeks than just the current one.
Ideally, I should be able to go as many weeks ahead and add in where I will be working from and obviously with the ability to go back to previous weeks to see where people are located.
One thing I had been thinking about was to generate Dataverse Tables through "next week" button, so that it automatically would create a table for each week you click: (Table 1: Current WeekNum, Table 2: Current WeekNum +1 etc.).
I don't think this is best practice and even possible.
Is there anyone that has other ideas how I could structure my Dataverse Table so that it could allow my PowerApps to go back and forth to multiple different weeks?
Thank you in advance!
