Appearance
Get Public URL (Supabase) ​
Use this action to generate a public link to a file in a Supabase Storage bucket that is set to public.
Add the action ​
- Create (or open) an
Interfaceworkflow. - Click
+ Add action. - Select
Supabase→Get Public URL. - Select the Supabase
Connectionyou want to use.
Configure the action ​
- Bucket — The bucket that contains the file (it must be public).
- Path — File path inside the bucket.
Advanced ​
- Download — If enabled, the link will download the file instead of opening it.
Image transformation (optional) ​
If the file is an image, you can optionally resize it:
- Width
- Height
- Resize mode — Cover, Contain, Fill, or none.
- Quality — 20–100
Common pitfalls ​
The URL doesn’t work ​
Make sure the bucket is public. If it’s private, use Create Signed URL instead.

