Any guides on how to specifically set up Supabase 1) call pg function and 2) call edge function within WW workflows?

I think I understand when to use either and how to use it in traditional js script but am so confused as to what goes where w/ the weweb workflow tool…visual examples of working scripts would be super helpful. Like where do we install or initialize the client? Do we not have to do that at all?

It’s already initialized. The UI you see is an abstraction layer over the client/instance. All you need to do is fill the proper fields, and it will work :slight_smile: It takes the same arguments as the client, it’s just a no-code layer that abstracts code into some fields/selects. The only thing you need to set up also, are the credentials in the Plugin’s settings, but you probably already did this when you installed it anyway.

1 Like