Skip to main content

Text Length

Category: Text Text Length block screenshot

Returns the number of characters in value.

Inputs

InputRequiredValue KindTypesEnum Values
valueyesexpression

Notes

No additional notes are available yet.

Examples

Write Text File At Fixed Path

Writes a short text file with `append=false` and `flushNow=true`, then reads it back to verify the exact content.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: files, text output

Source: patterns/ex-files-write-text-file-fixed-path.json

Download JSON

Prepare Selected Clip Transcript After Sequence Placement

Creates a temporary sequence from the first selected project item, waits briefly, then exports the clip transcript JSON to a deterministic file path.

kind: Recipe · format: runtime-dsl · validation: Schema only

Topics: semantic probing, transcript, sequence placement, transcript readiness

Source: recipes/ex-semantic-export-transcript-after-sequence-placement.json

Download JSON

Probe Basic Transcript Readiness

Checks transcript presence for the first selected project item, exports transcript JSON when present, and logs obvious placeholder signals without pretending to certify completion.

kind: Probe · format: runtime-dsl · validation: Schema only

Topics: semantic probing, transcript readiness, discovery probes

Source: probes/ex-transcript-readiness-selected-project-item.json

Download JSON