Appearance
List files (Supabase) ​
Use this action to list files in a Supabase Storage bucket (optionally inside a folder path).
Add the action ​
- Create (or open) an
Interfaceworkflow. - Click
+ Add action. - Select
Supabase→List Files. - Select the Supabase
Connectionyou want to use.
Configure the action ​
- Bucket — The bucket you want to list files from.
- Path — Optional folder path inside the bucket (for example
users/123).
Advanced ​
- Limit — Maximum number of files to return.
- Offset — Number of files to skip (useful for pagination).
- Search — Only return files that match this search string.
- Sort by — Sort results by name, created date, updated date, or size.
Common pitfalls ​
You can’t see any files ​
This is usually caused by your Supabase Storage access rules. Check your Storage policies and make sure the current user is allowed to list objects in that bucket.
CONTINUE LEARNING
Learn how to create signed links or public links for files.

