Mauricio Rivera Senior
 · Senior SQL Developer

Dropdown List Box with SQLite

Hello guys.

Finally we got SQLite in Flutter flow and I cant wait to finish my app with it.

I have a question that I hope will be simple for many of you.

I have SQLite activated in my FlutterFlow project. This DB has one table (many, but let's simplified it in only one). A very simple one. Two columns, ID and Description. The ID is the PK and as well a FK in other tables. Well, I have a Dopdown Listbox that I need to add the options from the Description and the Values from the IDs.

I guess the options are ok, but when trying to set the Values, I cant see how to. I am setting the data type as Integer (same as the ID in the table), but I cant successfully set it. If you asked if I already activated the option to allow the values, the answer is Yes, I did that, but I cant successfully assign the ID to the values section.

I know SQLite is new in the FlutterFlow world, but I would like to know if anyone achieved this. And if yes, please share with me how you did that. :-)

Thank you so much for all the help.

2
1 reply