
i have 2 lists A& B
here i added form1 which connected to list 2 and user can add basic info in few coloumn.
and below to the form i inserted black vertical gallery and connected to List one and display questions and in the record i added Radio button (YES,NO,N/A ) choices , so this will display in all records of selcted coloumn questions.
now i want to save LIST 2 and gallery selected questions and answers in LIST2 coloumn of Questions(lookup coloumn) and response coloumn as single record ( so it contains slected questions and ansers in single record row in Sharepoint, questions may be 3 or many based on question coloumn selwction) .
what to add in Submit Button ? any idea?
below code not working
Patch('List 2', Defaults('List 2'), {Question: Gallery1.Selected.ID, Response: Radio1.Selected.Value})