items[]
).<stepResult value="..."/>
syntax (see below).
Highlights
<stepResult value="..."/>
).Note: The editor validates JSON (not JavaScript). Use double quotes for keys/strings and no trailing commas.
At runtime, tokens resolve to their actual values before the JSON is sent to downstream steps.
<stepResult value="AI Model"/>
).snake_case
or camelCase
)."<stepResult value=\"AI Model\"/>"
).AI Model
). Re-type the token exactly or copy/paste from the source step name to be sure.[ {...}, {...} ]
).