ย ยทย Founder of nady.work

Question: how to save selected value of "CheckboxListTile" into a list

Resolved

Dear FlutterFlow community,

I have a CheckboxListTile named "Occupations" that is queried from a Firebase collection.

After user has selected different "Occupations" from the CheckboxListTiles, and then click on [Complete], I would like to save this list of chosen "Occupations" into users' Document.

For this, for "user" collection, I have a field "filter_industries", with data type "List <String>", as below.

However, I don't know how to save the list of selected "Occupations" from the checklist into users' "filter_industries".

I would much appreciate your help :)

Thanks everyone and much regards from Vietnam ๐Ÿ‡ป๐Ÿ‡ณ

1
8 replies