Move flows into a folder
homey_flow_moveMove flows into a folder or remove them from all folders by ID or exact name, without altering their cards or stopping running flows. Returns the original folder for each flow, enabling easy undo.
Instructions
Moves one or more flows into a folder, or out of every folder when folder is null. Takes flow ids or exact names. This changes where a flow lives and nothing about what it does: it keeps its cards, and a flow that was running stays running. The folder each flow came from is reported, so a move can be undone from the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flows | Yes | The flows to move, by id or exact name. | |
| folder | Yes | The folder to move them into, by id or exact name. Null takes them out of every folder. |