TextFormatter
Builds a text string from a template.
Fields
| Field | Type | Required | What it does |
|---|---|---|---|
template | jsonata | yes | JSONata expression that must return a string. Literal text has to be quoted and joined with &, for example "Order " & input.body.id & " is ready". Plain unquoted text is a syntax error. |
Output
the string itself, so outputs.<node_id> is the text and has no .text field