Inputs a, b (booleans)Outputs result (boolean)Configuration op: and, or, xor, not
Builds an object out of wired values.
Inputs dynamic — one port per property, the port’s identifier being the property’s nameOutputs object
This is the box for assembling a request body out of several sources.
Inputs value, path (string)Outputs result
opEffect Fields getReads a property pathsetWrites a property path, othermergeMerges two objects otherpickKeeps only certain keys keys (comma-separated)omitRemoves certain keys keyskeysLists the keys — valuesLists the values —
Inputs valueOutputs a signal on event Configuration name
Writes into the run variables . The
value covers the environment for the rest of the run.
Inputs none Outputs valueConfiguration name
Applies a Handlebars template.
Inputs value, expressionOutputs out — named value Configuration expression
The template sees the input value and the run variables. Wiring the
expression port replaces the inline editor — that is how you build a template
dynamically.
All 116 helpers are available.
Requête HTTP ──response──► Transform template « {{uppercase body.client.nom}} »
Runs a script.
Inputs value (named input ), code (string)Outputs resultConfiguration language, code, timeout (seconds, 5 by default, 60 at most), packages
Seven languages are available. See
Code actions .
Inputs valueOutputs resultConfiguration targetType: number, string, boolean, date, list
Useful notably for satisfying the strict typing of the list port of the
Lists actions.
Inputs value (string), pattern (string)Outputs result
opReturns extractThe first match extractAllEvery match testA boolean replaceThe string with the replacement applied (replacement) splitThe split parts
flags accepts i, m, s; the global flag is implicit for extractAll and
replace.