Count of a collection don' work for me

Database & APIs
Resolved

I am new to FlutterFlow and I have trouble to show the count of a collection in one Combine text widget.

I used the answer I found here : https://community.flutterflow.io/database-and-apis/post/comment-afficher-le-nombre-d-element-qu-il-y-a-dans-une-collection-kBHpd2KQplfedbu

But unfortunately it doesn't seem to work for me.

In my page I have a listview. I created a query to have a list of my checklists (my collection in Firebase) in the listview. No problem I can see all the checklists I created or that I generate in the app.

But when I want to have a count of my "items in my listview" (using a query in a row containing a text widget with a combine text using the result of my query) I only see the turning circle an not my text "number of lists : xxx".

I must be doing something wrong...

Can you help me with that ?

What have you tried so far?

I tryed to put my query in a container higher in my hierarchy but it doesn't change anything, or even worse with items that are not displayed.

I tryed to change the available options in the setting of the variable (no further changes, many format) : always the same result.

I added a comment explaining my problem in the post I quote above. But since the topic is resolved, I think that Serge who had answered Ariel did not see my question.

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