Create Checkbox/SelectBox Form Based on data list

Hi all,
I have question about how to create a dynamic SelectBox using a form activity, and the data will be grouped based on the column of the data.
The data will be like below.
image

and the selectbox form will be like below.


Also it has Select/Deselect All, which it able to select or deselect all items in each group.

Then after the submission, we got the list of the selected item. Thank you.

Hi @Felix_Effendi ,
You can check

Regards,
LNV

Hi LNV,
Thanks for fast reply, but seems it just for 1 group of the select box, i can to create 1 dynamic select box already, but don’t know how to create more than 1 goup of the dynamic select box. THank you.

@Felix_Effendi Are the number of columns always going to be the same?

Hi Parth,
Sorry just reply your message.
The number of columns will be dynamic, so will not be the same. Can we? Thank you

I don’t think creating a number of Select Boxes dynamically is possible. You can have a select box and make the number of items dynamic in that select box.

Dear Parth,
Hmm, ya for the dynamic items, i can do that. but what i need is the dynamic Select boxes.
but if i have a fix columns i.e 5 colums with dynamic rows, can i create the select boxes based on the total column with the item based on the rows? THank you