Hello, I am trying to do a project on sqlite in flutterflow. I know how to use supabase and firebase, but since I have a lot of data in my dataset, I chose this method to make it less costly. Also, reading is very fast in sqlite, which is why it works for me.
Everything is perfect in reading my data in sqlite tables in flutterflow, but I am having problems with adding, deleting or updating data. When I try it on sqlite, the codes that work, do not work when I try it as a flutterflow query. I think the reason for this is that I cannot match the "id" of the data with the queries.
For example, I created currentID in appstate. I could not figure out how to match this with the id of my own data in the update sqlite action, can you help me?