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.
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.