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.

List files (Supabase) ​

Use this action to list files in a Supabase Storage bucket (optionally inside a folder path).

Add the action ​

  1. Create (or open) an Interface workflow.
  2. Click + Add action.
  3. Select Supabase → List Files.
  4. Select the Supabase Connection you 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.

Supabase integration →