Hi,
I have a gallery called GalleryQuestions with source of SurveyQuestions that has a number of items. The gallery has a radio control in each record for the user to choose an answer. A little like a likert scale.
I'd like to patch a related table called QuestionResponses for each record in the gallery GalleryQuestions.
I thought I could do something like this:
ForAll(GalleryQuestions.AllItems, Patch(QuestionResponses, Defaults(QuestionResponses),{Answer: ....}))
However, the field Answer from table QuestionResponses is not recognised as only fields in SurveyQuestions are available.
Any ideas?
asaf