Hey,
I am building a student roster type app for teachers.
I want the teachers to be able to, once a student is accessed, assign a pass.
I would assume to use an edit form to do this, but when I use SubmitForm(EditForm1) it creates an entirely new row, where I really just want to update the value of a column of a specific student.
I feel like a Parent or ThisItem value would be neccesary but trying to use Patch as i found that is the right way to do this confuses me immensely.
This is mainly because I have one screen to find a student, and then a button to go to that specific student's info.
From there I have a button to go to a screen specifically for Passes, but I can only figure out how to make it work with making a whole new set of data rather than updating a value on the table.
The column I need to update is Column12 on the data source Table1_1
Please help me, this is a really important project and I really would like for it to work as swiftly as possible.
Thank you,
Zachary Beer