move_column
Reposition columns within Favro boards by specifying the target column and its new index position to reorganize workflow stages.
Instructions
Move a column to a new position.
Args: column: Column ID or name position: New position index (0-based) board: Board ID or name (required for name lookup)
Returns: The updated column details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| position | Yes | ||
| board | No |