i have 2 lists A& B
- List 1-having questions in 1st column & 2nd column is choice column. ( where i will display question based on choice column).
- List 2 - contains few column will have basic info and questions column (which is Lookup of List1 with ID) and another Response coloumn which stores answers from the questions.
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})


Report
All responses (
Answers (