update_active_position
Update lifecycle phase, social momentum, next review time, and notes for an open position. Stamps last-review timestamp automatically without altering computed columns or ACTIVE/CLOSED status.
Instructions
Update the working columns of an open position in 'Active Positions' — lifecycle phase, social momentum, next review time, and quick notes. Stamps the last-review timestamp automatically. The computed columns (active creator count, creator list, last mention) are sheet formulas and are left untouched, as is the ACTIVE/CLOSED status — use close_plan to change that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | Yes | Plan ID to update. | |
| quickNotes | No | Short working notes. | |
| nextReviewIso | No | ISO timestamp for next suggested review. | |
| lifecyclePhase | No | Launch / Trending / Plateau / Decline. | |
| socialMomentum | No | Growing / Stable / Declining. |