Skip to main content

Import Transcript JSON

Category: Pr Bins & Project Items Import Transcript JSON block screenshot

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

InputRequiredValue KindTypesEnum Values
itemyesexpressionstring
jsonTextyesexpressionstring
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-namevariable-name

Notes

  • Imports transcript JSON into a clip project item.
  • jsonText is a plain JSON string payload, not a structured DSL object.
  • For larger transcript payloads, prefer readTextFile feeding into this block instead of pasting the JSON inline.
  • storeResultIn stores boolean success.