Not able to display supabase data in list

Hello there,
I’m new to WeWeb and im trying to get data from my supabase to show in a repeating list.

I’m able to show the data in other text fields but not in the repeating list.


When I add the list it has this default formula.

Then I delet this formula and do this:
https://i.postimg.cc/mrW0RwbJ/image.png (I can only upload one image on my first post.)

it showed “empty list”… So i figured i should add these [brackets] and it finally showed the product name!!


The problem is that it only fetches ONE ITEM and my supabase table has 3 rows already…

What can i do to get this right? I know this is simple, but i couldn’t find helpfull videos with the new UI.

1 Like

The first step, what you set “” means convert single first item to list. It never shows all of the data from collection. Instead, set collection data itself as the data source of the repeat items.

You may carefully read this document.

These two steps may set to different elements, parent and child.

Step 1 - Bind a Collection List to a Container

Step 2 - Bind the Data from a Collection Item to an Element

omg!! that was so simple!!

Thank you a lot! I can see now that it makes a lot of sense!

Thank you!

1 Like