Skip to content

Set

Node: set · Full type: n8n-nodes-base.set · Version: 3.4

Ergonomic keyword available: SET — see NFLOW.md for shorter syntax.

Parameters

Parameter Type Default Details
mode options "manual" manual, raw
duplicateItem boolean false
duplicateCount number 0
jsonOutput json "{
"my_field_1": "value",
"my_fiel..."
fields fixedCollection {} groups: values
assignments assignmentCollection {}
include options "all" all, none, selected, except
includeOtherFields boolean false
includeFields string ""
excludeFields string ""
options collection {} keys: includeBinary, stripBinary, ignoreConversionErrors, dotNotation

fields children:

values group:

Parameter Type Default Details
name string ""
type options "stringValue" stringValue, numberValue, booleanValue, arrayValue, objectValue
stringValue string ""
numberValue string ""
booleanValue options "true" true, false
arrayValue string ""
objectValue json "={}"

options children:

Parameter Type Default Details
includeBinary boolean true
stripBinary boolean true
ignoreConversionErrors boolean false
dotNotation boolean true

Example

NODE "set" AS "Set" {
  includeFields: "value",
  excludeFields: "value"
}