{
  "name": "Automate risk treatment tasks with Google Sheets for GRC compliance",
  "nodes": [
    {
      "id": "594a4bd7-48b8-4ed4-b67b-7efac5cb95d8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3328,
        -48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "107fcb79-1e86-4ec1-9ba9-d656a647ffae",
      "name": "Trigger – Daily Risk Assignment",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -2656,
        208
      ]
    },
    {
      "id": "4db1006f-71d8-4424-9036-c4203a9aa308",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -2448,
        208
      ]
    },
    {
      "id": "b8daf813-d138-49f0-9c49-c627cf3dc5b4",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -2224,
        208
      ]
    },
    {
      "id": "1c3457c7-5176-44b3-af38-993666f5da63",
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        -2000,
        112
      ]
    },
    {
      "id": "8a29f0fb-0cdc-4bc0-9086-57a09360e8c6",
      "name": "Prepare High Risk Task",
      "type": "n8n-nodes-base.set",
      "position": [
        -1360,
        -80
      ]
    },
    {
      "id": "5af2c75e-96d8-4d9a-97a8-ad01b6d90821",
      "name": "Prepare Medium Risk Task",
      "type": "n8n-nodes-base.set",
      "position": [
        -1360,
        128
      ]
    },
    {
      "id": "a9633711-dd20-4b58-b4f6-2885c761bbc1",
      "name": "Prepare Low Risk Task",
      "type": "n8n-nodes-base.set",
      "position": [
        -1360,
        368
      ]
    },
    {
      "id": "5a10fc7f-1128-4d0c-8d94-64955fd7e349",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -944,
        -96
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "dafad726-7ce2-47f4-8d65-27fe92875e22",
      "name": "Append High Risk Task",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1136,
        -80
      ]
    },
    {
      "id": "6cd694b9-1413-4bfe-9296-3024e30e2fff",
      "name": "Append Medium Risk Task",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1136,
        128
      ]
    },
    {
      "id": "0b53d068-9397-4a15-a6bc-d72535f6863b",
      "name": "Append Low Risk Task",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1136,
        368
      ]
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch": {
      "main": [
        [
          {
            "node": "Prepare High Risk Task",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Prepare Medium Risk Task",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Prepare Low Risk Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Low Risk Task": {
      "main": [
        [
          {
            "node": "Append Low Risk Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare High Risk Task": {
      "main": [
        [
          {
            "node": "Append High Risk Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Medium Risk Task": {
      "main": [
        [
          {
            "node": "Append Medium Risk Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger – Daily Risk Assignment": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}