SQLite query on top of another SQLite query

Troubleshooting

Does anyone have experience with SQLite, and how to query more lists on top of each other?

I have an example with a poll feature. I query the poll information, then the query options, and then based on the option i query the users who voted for that.


However, it doesnt seem to work, cause i just get a red box error:

This happens on all of the places where i would need to query list on lists. Is there a better way to do it? or something else im not getting?

What have you tried so far?

I have double checked everything and all queries works in the SQLite browser. As soon as i delete the last query everything works.

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