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.