Update Multi select field values to another form table as individual record

Update Multi select field values to another form table as individual record

Hi, I am new to coding and do basics within deluge. I need help with the deluge script to meet the following requirement.


Form Student Attendance


The fields are :

Attendance Date

Course (Lookup to Course Form)

Class (Lookup to Class Form)

Students (Multi select lookup to Students Form)


On Successful submission of Students Attendance Form, I need to update this to a details table for reporting.


Form Detail Student


The fields are

Attendance Date

Course (Lookup to Course Form)

Class (Lookup to Class Form)

Students (lookup to Students Form)

Reference Id ( Lookup to ID in Form Student Attendance )


This should take care for any edits to the Students Attendance Form. This can be addition or deletion of a student.


Appreciate guidance.