Problem_form_choice

Hi All;
I have form
but my problem is we have multi choices and for each choice have a group of questions when I choose more than on the group of these choices not open

map.xlsx (165.1 KB)

Hi @ronak123
welcome to the forum! Please introduce yourself here!

The problem is caused by the way you use expressions in relevant column. For example you have:
${type_service}='HEALTH' what would work if you selected just one element and it was HEALTH but if you selected more it will return false because ${type_service} will be HEALTH, NUTRITION or NUTRITION, HEALTH for example.
If you work with select_multiple you should use selected(${type_service}, 'HEALTH') instead like in the doc: https://xlsform.org/en/#relevant