This is the formula I'm using
ClearCollect(
colQuestions,
ShowColumns(
AddColumns(
Questions,
"Answers",
Table(
{Answer: ThisRecord.Option1},
{Answer: ThisRecord.Option2},
{Answer: ThisRecord.Option3},
{Answer: ThisRecord.Option4}
)
),
"Title",
"Answers"
)
)


Report
All responses (
Answers (