Appearance
Move File (Supabase) ​
Use this action to move a file from one path to another inside the same Supabase Storage bucket.
Add the action ​
- Create (or open) an
Interfaceworkflow. - Click
Add an action. - Select
Interface→Supabase→Move File. - Select the Supabase
Connectionyou 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.

