Appearance
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:
- Click
+ Add action. - Open
Integrations→Supabase. - Pick an action (for example
Database→Select).
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.

