wetrack_reorder_widgets
Persist the display order of report widgets by providing all widget IDs in your desired top-to-bottom sequence.
Instructions
Persist the display order of the current user's report widgets.
Args: ordered_ids: ALL widget IDs in the desired top-to-bottom order (not just the one that moved). Get current IDs from wetrack_list_widgets first.
Example: ["widget-id-1", "widget-id-2", "widget-id-3"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ordered_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |