Undo Action
undo_actionUndo a previous action on a board by providing the action's record UUID from the activity log. Revert column changes, deletes, archives, moves, or duplicates.
Instructions
Undo a previous action on a board using its action_record_uuid. Supports undoing column changes, deletes, archives, moves, duplicates, and more. Use get_board_activity with includeData=true to find the action_record_uuid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The id of the board where the action was performed | |
| undoRecordId | Yes | The undo record ID (action_record_uuid) from the activity log data field. Use get_board_activity with includeData=true to find this value. |