Dear Fellow FlutterFlowers,
I'm struggling to find a solution for this:
In Actions, I have a Firestore query which results in a list of documents and which are stored in an Action Output Variable. I want to go through this list of documents one by one in a loop and access some fields in document. How can I do this - how can I move from one document to the next? There's no index or similar in this case, right?
Thanks for anybody's advice.