TextFormatter

Builds a text string from a template.

Fields

FieldTypeRequiredWhat it does
templatejsonatayesJSONata 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