Hiya guys, I have a photo album feature in my app, and photos are stored in an image path List in the Albums collection, right now I'm only able to get the index # from the dynamically generated list, how does one grab the url at each index? I hope I won't need a custom function for this :(
Thx for any help
With stuff like this, it always seems to me it's best just to create a Collection(Albums) and a Content collection (ALbums Content) and then each photo references back to their specific album. I always think this is cumbersome but it's actually the way Flutterflows built in chat works with "Chats" and "Chat Messages"
~t
How to get the filename/url of list?
Resolved
1
5 replies