Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Supabase (Interface Actions)

Use these actions to talk to Supabase from an Interface workflow.

Before you start

Make sure you’ve added the Supabase integration and created at least one connection:

Where to find Supabase actions

In an interface workflow:

  1. Click + Add action.
  2. Open IntegrationsSupabase.
  3. Pick an action (for example DatabaseSelect).

Connections

Every Supabase action asks for a Connection. This is how the action knows which Supabase project (and environment) to use.

If you have multiple environments, create separate connections (for example Supabase editor, Supabase staging, Supabase production).

Common pitfalls

“No rows returned” or “Permission denied”

This is usually caused by Supabase access rules (Row Level Security). Make sure the current user is allowed to read or change data in that table.

Storage actions fail

Check your Storage bucket rules and policies. For private buckets, use Create Signed URL instead of Get Public URL.