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.

Move File (Supabase) ​

Use this action to move a file from one path to another inside the same Supabase Storage bucket.

Add the action ​

  1. Create (or open) an Interface workflow.
  2. Click + Add action.
  3. Select Supabase → Move File.
  4. Select the Supabase Connection you want to use.

Configure the action ​

  • Bucket — The bucket that contains the file.
  • From path — Current path (for example old-folder/avatar.png).
  • To path — New path (for example users/123/avatar.png).

Common pitfalls ​

The move fails ​

Double-check the From path and make sure the file exists. Also check your Supabase Storage access rules for moving files.

CONTINUE LEARNING

If you want to keep the original file too, use Copy File instead.

Supabase integration →