splice
A quick reference for the Notion splice function, including syntax, purpose, return value, and examples.
Quick reference
| Item | Details |
|---|---|
| Function | splice() |
| Category | Latest reference |
| Syntax | splice(list, start, deleteCount?, ...items) |
| Purpose | Delete or insert list items and return a new list |
| Recommended alternative | slice() + concat() |

Examples and notes
Example result: ["A", "C"].
Insert an item:
Example result: ["A", "B", "C"].
Alternative:
Related functions
To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.
Last updated on
Notion Formulas