Hi All,
I'm still new to Power Apps development, so apologies if this is a simple task and I am not seeing an obvious solution. My question goes like this:
I have a process in which an "admin" user who oversees training for a group of other users needs to have them confirm that they attended the training session. I have built out a table with approximately 250 users in SharePoint Online who need to confirm that they have attended the session. I originally used a date picker and just had it default to Today(), but my admin user has said that they do not want their user base to be able to select any date. Rather, my user wants to define the date of the session, and then each of the users logs into the app and confirms that they attended the session.
My original thought was to use a ForAll function and date input, where my users selects the date of the submission and then hits go, and essentially, 250 records would be written to the list with just the date filled out, based on a count of the number of users in my user table, and then users would go in and just hit "attest". Is this the correct way to go about it? Would this work? Or is there another way to approach it?
Hopefully this made sense, but I do appreciate any guidance that the community can provide. Thank you!