{
  "name": "Generate customizable random strings with interactive forms",
  "nodes": [
    {
      "id": "9025bee8-18c5-4e9f-be2d-50ec77ba1730",
      "name": "Generate a random string",
      "type": "n8n-nodes-base.crypto",
      "position": [
        200,
        -20
      ]
    },
    {
      "id": "f82ca3f1-25b8-4d84-8dc9-055364aac3a7",
      "name": "rand_generator_form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -240,
        -20
      ]
    },
    {
      "id": "042211a5-364c-43d5-a4e1-d3842c3c90d3",
      "name": "Display results",
      "type": "n8n-nodes-base.form",
      "position": [
        1080,
        -20
      ]
    },
    {
      "id": "2d8f8a46-8260-4f03-b48a-aff708c17297",
      "name": "format into html",
      "type": "n8n-nodes-base.html",
      "position": [
        860,
        -20
      ]
    },
    {
      "id": "8a133d07-aad9-4b34-94f2-dfe624602a3d",
      "name": "concatenate items",
      "type": "n8n-nodes-base.summarize",
      "position": [
        640,
        -20
      ]
    },
    {
      "id": "5373a3a2-fe56-4278-95f5-ddee17ad2e5c",
      "name": "format an item",
      "type": "n8n-nodes-base.set",
      "position": [
        420,
        -20
      ]
    },
    {
      "id": "2a9c823c-8fdc-42a3-8787-384373cb695d",
      "name": "duplicates",
      "type": "n8n-nodes-base.set",
      "position": [
        -20,
        -20
      ]
    },
    {
      "id": "fdcbc663-20b4-4d19-ad61-a28b92f1c137",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -180
      ],
      "parameters": {
        "width": 1640,
        "height": 600,
        "content": "## random-string generator\n\n### Summary\nThis n8n workflow generates random strings containing only alphanumeric characters. \nYou can specify the length of the string and how many copies you like to ge"
      }
    }
  ],
  "connections": {
    "duplicates": {
      "main": [
        [
          {
            "node": "Generate a random string",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "format an item": {
      "main": [
        [
          {
            "node": "concatenate items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "format into html": {
      "main": [
        [
          {
            "node": "Display results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "concatenate items": {
      "main": [
        [
          {
            "node": "format into html",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "rand_generator_form": {
      "main": [
        [
          {
            "node": "duplicates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate a random string": {
      "main": [
        [
          {
            "node": "format an item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}