Import Transcript JSON
Imports transcript JSON into a clip project item. The `jsonText` input is a plain JSON string payload. For larger transcript payloads, prefer `readTextFile` feeding into this block instead of inlining the full JSON.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
item | yes | expression | string | — |
jsonText | yes | expression | string | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | variable-name | — |
Notes
- Imports transcript JSON into a clip project item.
jsonTextis a plain JSON string payload, not a structured DSL object.- For larger transcript payloads, prefer
readTextFilefeeding into this block instead of pasting the JSON inline. storeResultInstores boolean success.