Components in ListViews display the same rows from database instead each displaying a different one

Hi

I seem to have a problem regarding setting up the Supabase integration into my app.
I've made a component that is rather complex but is used to show a lot of information at a glance, here's the widget tree of it:

All this component is getting is the information from the first table in my Supabase that provides rough information about given Event.
Currently my database contains 2 entries (two made up events) and when I use the preview FlutterFlow correctly makes a child and duplicates the Component to show two tiles... But both tiles display the same information - from the first database entry.

How do I make my Component display both entries?

3
2 replies