SQLite not working (detailed description)

Database & APIs
Resolved

Hi.

I will try to ask for help with my problem again - SQL does not work in Google Play internal testing. I created a very simple example to illustrate.

1. I have a SQLite table connected to FF:

2. I have 2 queries - reading and updating:

3a. There is such a page in the project:

3b. Which makes such queries (one of them in the Superbase table which contains one column with the int2 data type):

3c. In the text (in the screenshot it has the value 0) I want to display the number of rows/items in the SQL table:

4. Adding rows should be when clicking on one of the items in the list (in the screenshot from point 3a). Here is the action that I set for this - Backend call and Update Database Query:

In Google Play internal testing when I open this page and click on an item from the list nothing happens - it is not added to the SKL table and the number 0 does not change to 1.

What is wrong? Please help.

What have you tried so far?

Unfortunately, FF desktop does not work for me for some unknown reason, I also tried to use GitHub + Android Studio, but this method also does not allow me to run the application locally. So I can't identify the problem.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
2 replies