Postgres Supabase - data to collection

Hey!
I’m new to WeWeb and PostgreSQL, and I’m trying to figure out how to work with data from Supabase.

I’m running a PostgreSQL query to Supabase and I’m getting back a list of objects (I can see them in the console log). What I want to do is store that data in a collection so I can use it in a table on my page.

I’m not sure where or how I’m supposed to assign that data to a collection.

Sorry if this is a basic question — still learning the ropes. Appreciate any help! :folded_hands::sweat_smile:

Hi, first of all welcome! As for your question, it’s very simple to do actually. You can access the previous Action’s Result in the “Lightning bolt tab” when binding values. Make sure the action has run so that you know what you’re binding. If you ever find yourself struggling with WeWeb or Supabase, I have a blog with some nice articles (https://broberto.sk).