Transform Note structure into Collection
target: Note (variable or ID)out: Variable namefield: Optional string (default "results") — for JSON objects with array fielddelimiter: Optional string (default "sentence") — for plain text: "sentence", "paragraph", "line", or customREQUIREMENTS:
target MUST be Note (not Collection)NOT SUPPORTED:
Returns Collection of Notes, one per element/segment. Empty segments filtered out.
Returns when:
failedEmpty Collection ≠ error — indicates no splittable content, not failure.
split converts: array → Collection, text → Collectionflatten performs inverse (Collection → Note)❌ split(target=$collection) → Collections already split, use display to view
❌ split(target=$search_results) → search-web returns Collections, not Notes
❌ Splitting Collection to "see inside" → Use display or flatten instead