epost_move_to_folder
File a document into a custom folder by index or title substring, and optionally re-file by removing from another folder.
Instructions
File a Storage document into a custom folder (addressed by index in the loaded My-Documents list, or by a text substring such as a date). Pass remove_from to re-file: the old folder is unticked in the same sheet, which is the only way to empty a folder that holds the document's only membership. ePost documents can belong to several folders, so this ADDS the folder membership: it is idempotent (no-op if already filed there) and removes nothing unless remove_from says which. Note: filing a document bumps it to the top of the "Last used" order, so re-list before addressing the next one by index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| title | No | ||
| folder | Yes | ||
| remove_from | No | folder to drop in the same step (re-file) |