Skip to content

Simulate

Node: simulate · Full type: n8n-nodes-base.simulate · Version: 1

Parameters

Parameter Type Default Details
icon options "n8n-nodes-base.noOp"
subtitle string ""
output options "all" all, specify, custom
numberOfItems number 1
jsonOutput json "[
{
"my_field_1": "value",
"my_..."
executionDuration number 150

Example

NODE "simulate" AS "Simulate" {
  subtitle: "value"
}