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!