Hi everyone, I’m new to FlutterFlow so sorry if this is a stupid question. I’m trying to create a dynamic ListView that displays my daily habits, but I’m running into an issue.
I’ve already:
Set up a backend query on the page to the correct collection
Selected List of Documents
Connected the ListView's text widget to the document field "name"
However, when I preview the page, instead of seeing the actual habit names from each document, the ListView just shows "[name]" for every item.
Is there something I might be missing?
Any help would be appreciated!