Clear(NResponses);
ForAll(
LatestSubmissions,
With(
{
tempNResponses: ConcatenateCollections(
If(field_5 = "N", [{Question: field_4, Comment: field_6}], []),
If(field_8 = "N", [{Question: field_7, Comment: field_9}], [])
// Add more lines here for additional questions as needed
)
},
Collect(NResponses, tempNResponses)
)
);
WarrenBelz
146,522
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,890
Most Valuable Professional