octopus_move_file
Move File to Folder — Move one of the user's files — an upload or a result from a previous step — into a folder of their file storage, optionally renaming it. Creates the folder if it doesn't exist. Use when the user says save / put / move / file this into a folder. [category: files]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The file to move: an uploaded file id or a previous step's {{step_N.file_id}}. | |
| to_path | Yes | Destination folder path, e.g. /Tax/2026. Created if missing. | |
| new_name | No | Optional new file name, with extension. |