baasix_sort_items
Reorder items in a collection by moving a specified item before a target item, updating the sort order.
Instructions
Sort items within a collection (move item before/after another)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ID of target item to move before | |
| item | Yes | ID of item to move | |
| collection | Yes | Collection name |