Group in forms

HI,

I have around 3 select fields inside the group .How to get the values selected inside the group to be saved into the db or how Can I get the values from individual select inside the group

Thanks ,
Charulatha

Hi Charulatha,

To save data from a widget group, use a List<Map<string,String>> Java object. There’s a brief explanation in the documentation .

Chris