Articles · Data tables
AI fields in practice: auto-fill columns from your data
An AI Field is a column whose value runs a prompt template — fills automatically as you edit other columns.
Kition Team·Mar 6, 2026·1 min read
Common use cases
- Content calendar: title → AI field generates "angle notes"
- CRM: email body → AI field extracts action items
- Issue tracker: bug description → AI field rates severity
A template that works
Given title="{{title}}" and audience_promise="{{audience_promise}}",
write 3 possible angles in bullet form. Each ≤ 25 Chinese characters / 12 English words.
Return as a markdown list.Mind the cost
Each row triggers one model call — 1000 rows = 1000 calls. Use the "manual refresh" mode to avoid accidental fan-out.
Related reading
Models & providers
Model usage dashboard: cost control in practice
Break usage down by provider / model / vault — spot AI-field black holes and long-context abuse.
Data tables
Content calendar template: manage topics and publishing
One table covers topic pool, state machine, publishing calendar, cross-channel distribution — and the agent can help fill it.
