Switch(
Dropdown1.Selected.Value,
"en", ShowColumns(Filter(Choices, Question.'Question ' = ThisItem.'Question '), 'Choice (ta_choiceidentifier)'),
"fr", ShowColumns(Filter(Choices, Question.'Question ' = ThisItem.'Question '), Choice_Fr),
//"en", ShowColumns(Filter(Choices, Question.'Question ' = ThisItem.'Question '), 'Choice (ta_choiceidentifier)'),
//"fr", ShowColumns(Filter(Choices, Question.'Question ' = ThisItem.'Question '), Choice_Fr),
Blank() // Optionnel : que faire si aucune condition n'est remplie
)
When i write this code, i obtain this error warning the columns produced by this rule are all nested tables and or records , why ?

Report
All responses (
Answers (