{
  "name": "Generate random mock data with no code and zero dependencies",
  "nodes": [
    {
      "id": "c00b9aef-a308-430c-9d89-09d29f9dd7ea",
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -300,
        780
      ]
    },
    {
      "id": "5bce473f-7e3a-4d54-8030-14c3ab68546e",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -20,
        780
      ]
    },
    {
      "id": "a7562be8-ca09-46c9-88ea-c82d41cee667",
      "name": "Firstname1",
      "type": "n8n-nodes-base.set",
      "position": [
        340,
        420
      ]
    },
    {
      "id": "6e23cc25-00b2-4ce3-ab94-dbf7141c1cb6",
      "name": "Lastname",
      "type": "n8n-nodes-base.set",
      "position": [
        340,
        600
      ]
    },
    {
      "id": "984d93b7-af7c-4545-bebe-baf6b4795954",
      "name": "Occupation",
      "type": "n8n-nodes-base.set",
      "position": [
        340,
        760
      ]
    },
    {
      "id": "f957e7a5-7521-4408-adc7-eb853b05465f",
      "name": "Random",
      "type": "n8n-nodes-base.sort",
      "position": [
        980,
        600
      ]
    },
    {
      "id": "537a21dd-81a5-47f6-9cc8-41d838fd72bb",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        1160,
        600
      ]
    },
    {
      "id": "bdfcfd8e-273d-4473-b442-47eb206d3e4d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        120
      ],
      "parameters": {
        "width": 510.4010876954434,
        "height": 486.6950298104135,
        "content": "## Random data generator\n### Beginner-level workflow, revamped version\n### Zero coding and no external dependencies\nSometimes you need mock data to test your workflows. Here's the most simple and bull"
      }
    },
    {
      "id": "fb58a167-f5ce-48c8-b95b-37075e714fcf",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        346.1590754588717
      ],
      "parameters": {
        "width": 639.6193065941536,
        "height": 584.745071380013,
        "content": "### These nodes create a combination of all possible values.\nWatch the YouTube video for details"
      }
    },
    {
      "id": "951d6efe-95d1-4c26-bad9-10aaa796d3a0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        536.5601631543165
      ],
      "parameters": {
        "width": 362.039428959891,
        "height": 222.21617946974848,
        "content": "### Sort and limit the number of output items"
      }
    },
    {
      "id": "a883e636-2fc8-4e54-8936-de4a3bb0219b",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1360,
        487.5186947654655
      ],
      "parameters": {
        "width": 277.09041468388835,
        "height": 265.28891910265116,
        "content": "### You can do some additional post-processing here\nFor example, derive Email address based on the user name and surname"
      }
    },
    {
      "id": "1847465d-4206-403a-abc5-63a89d0b8f76",
      "name": "Email",
      "type": "n8n-nodes-base.set",
      "position": [
        1440,
        600
      ]
    },
    {
      "id": "80863d62-04bf-4467-869c-5144ed2af722",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        620
      ],
      "parameters": {
        "width": 356.0571040108765,
        "height": 310.6267881974685,
        "content": "## Create source values for for the random generator\n\n**PRO TIP**: you can use [Ask AI](https://docs.n8n.io/code/ai-code/) in the cloud version to generate mock values once and then re-use them."
      }
    },
    {
      "id": "7e577e25-6bf3-40c8-bf52-ce1ba141698f",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        560,
        520
      ]
    },
    {
      "id": "69156809-40f3-4d59-ab47-8621f5bcac0e",
      "name": "Merge1",
      "type": "n8n-nodes-base.merge",
      "position": [
        760,
        600
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Lastname",
            "type": "main",
            "index": 0
          },
          {
            "node": "Firstname1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Occupation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        [
          {
            "node": "Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Merge1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge1": {
      "main": [
        [
          {
            "node": "Random",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Random": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Lastname": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Firstname1": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Occupation": {
      "main": [
        [
          {
            "node": "Merge1",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}