Hello, I am attempting to send responses to a matrix table question to a Google Sheet using the Google Sheets workflow. When I export my survey responses, each matrix row appears in its own column as intended with the ImportID label. I am trying to replicate that format in the automated workflow.
I have tried using many combinations of the following, most result in empty values or the question text instead:
${q://QID/ChoiceGroup/SelectedAnswers}
${q://QID/ChoiceGroup/SelectedAnswers/#}
${q://ImportID/ChoiceGroup/SelectedAnswers}
${q://ImportID/SelectedAnswers}
I have also tried using SelectedChoices in place of SelectedAnswers.
Apologies if I have missed a solution elsewhere, thank you!