Selecting items in a collection list

Hello all,

I have a collection list. I want my users to select only a certain number of choices. Also, I want to get the ID of those records and update the database. Any ideas how I can accomplish this? My initial thought was using checkboxes. But probably there is an easier way.

Any help is appreciated.

Thanks.

Maybe use the multiselect option? Or make a number of select fields of the option depending how many number of choice you want, you can use the label/value field in the select/multiselect field in the component’s settings to get the id as value

Thanks for your feedback @khairul . I ended up using a datagrid instead. It is much cleaner option.