Appearance
Copy File (Supabase)
Use this action to copy 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→Copy File. - Select the Supabase
Connectionyou want to use.
Configure the action
- Bucket — The bucket that contains the file.
- From path — Path of the file you want to copy.
- To path — Destination path for the copy.
Common pitfalls
The copy fails
Check that the From path file exists, and that your Supabase Storage access rules allow copying.
CONTINUE LEARNING
Need to rename a file? Copy it to the new name, then delete the old one.

