Move an item
move_itemReorder Google Form items by moving an item from its current position to a target index. Provide form ID and both indices.
Instructions
Moves the item at from_index to to_index (both 0-based, to_index is the position after removal). Use get_form to see the current order first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | The form id — the long id from the form URL (docs.google.com/forms/d/<formId>/edit) or from create_form output. | |
| to_index | Yes | Target 0-based position. | |
| from_index | Yes | Current 0-based position of the item. |