Hi
I’m pretty new on using weweb and supabase. I’ve done a supabase query and I’d like to use that one in weweb. How can I “connect” them? I see my supabase table but not my query…
Any hint is appreciated. Thank you.
Cheers, Jacques
Hi
I’m pretty new on using weweb and supabase. I’ve done a supabase query and I’d like to use that one in weweb. How can I “connect” them? I see my supabase table but not my query…
Any hint is appreciated. Thank you.
Cheers, Jacques
Your best bet is making it into a view or a function, so you can call it with WeWeb directly (either as a Table, or via a Workflow).
Good morning Broberto
Thank you! I created a view and could grab the view as a table, that did the trick!
Best,
Jacques