Released 2026-06-10. Data sheets get per-row admin actions.
Added
- Row actions on sheets. On a playground data sheet, open the Row actions config to add owner-only buttons that appear on every row. Each one runs a Server-tab function with the selected row — the function receives the row's primary id and all its cells. It loads the row server-side and can update it, fire a workflow or agent, or call a tool — for example a "Mark shipped" button that triggers your fulfilment workflow and sets the order's status. These are owner/creator actions only and are never shown to public visitors.
Fixed
- Single-row updates now leave omitted cells untouched. Updating one sheet row — via the public data API or from server-side code — changes only the cells you pass, as documented. Previously a partial update could clear the cells you left out. To clear a cell on purpose, pass it explicitly as
null.