Hi all,
I'm relatively new to PowerApps and I'm working on an attendance log for our preschools. In it, I have a gallery that displays the students in each class. Once a teacher selects a student, the app takes her to a new page with the student's attendance record. I would like an Edit Form to pop up when she selects the arrow beside the date in the gallery. Right now I have the arrow's OnSelect set to EditForm(Form1), and Form1's Item set to Gallery2_2.Selected. However, this only displays the first date on the gallery regardless of which arrow I choose. I added a 'Done Reviewing' button whose OnSelect is set to ResetForm(Form1), but it doesn't change anything. Is this because it's reading from a nested gallery? Each student will have multiple rows in the SharePoint lists this app kicks back to, but each date will only have one entry. I'm hoping it's just something obvious that I'm overlooking!
Thanks in advance!