Hi ,I have a dataverse table named EmployeeData with column Employee Full Name (Primary key coulmn ) along with many other columns displayed in gallery below, I have another column "Comment"(multiline text column )

I want to add a text input in the above gallery against each record/line item so that whatever the text/comment if i write in that textbox for a particular employee record it should be stored in the Comments column.
What function do i need to write so that it saves data typed in all textinput boxes for those particular records and stores in dataverse table column(Comments)