{
  "name": "Report number of weekly created records in an app",
  "nodes": [
    {
      "id": "5eeb368d-737a-4186-afef-3072d0e9a1c7",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        940,
        280
      ]
    },
    {
      "id": "175f3ae0-6710-4934-b6c0-ebc21e26d0b5",
      "name": "Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        1220,
        80
      ]
    },
    {
      "id": "8210582d-aae4-42b4-86d1-0513ad987c55",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        2100,
        280
      ]
    },
    {
      "id": "7db1f3c1-d1c9-4f41-a873-0f083543b4b4",
      "name": "Item Lists",
      "type": "n8n-nodes-base.itemLists",
      "position": [
        1800,
        280
      ]
    },
    {
      "id": "f6856a5e-d57d-43f4-986b-cd8439e4caa0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        80
      ],
      "parameters": {
        "width": 424,
        "height": 515.6050016413932,
        "content": "## 👋 How to use this template\nThis template shows how you can create reports on data in an app and share a summary in another app. Here's how to use it:\n\n1. Double click the `Slack` node and create a "
      }
    },
    {
      "id": "13386afe-01c2-4f6e-b9d5-8fc485353ff9",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2040,
        220
      ],
      "parameters": {
        "width": 317.52886836027733,
        "height": 373.04798303066787,
        "content": "### 3. Notify the right channel\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nFinally, we're sending a message to the `#ideas-overview` channel in Slack.\n\n**You can replace this node with any service like [Teams](https://docs.n8n.io"
      }
    },
    {
      "id": "1b4108e0-9e91-4b4e-a4cf-75366d7c82c0",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        860,
        180
      ],
      "parameters": {
        "width": 282,
        "height": 415.1692017070486,
        "content": "### 1. Define a trigger that should start your wofklow\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nWe added a `Schedule trigger` that starts the workflow once a week. \n\n**Double click the node to modify when it runs**"
      }
    },
    {
      "id": "ba3eb63f-bdcd-4a58-949a-2d24d4c872c4",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1160,
        0
      ],
      "parameters": {
        "width": 348,
        "height": 597.3550016413941,
        "content": "### 2. Load your data\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nIn our example, we're getting all new entries from a `Notion` Database in which we save new product ideas.\n\n**You can replace product ideas with any"
      }
    },
    {
      "id": "9ec65fe7-3264-4437-a1bf-3bdec1c886fe",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1540,
        160
      ],
      "parameters": {
        "width": 462,
        "height": 444.12384956830226,
        "content": "### 2. Filter and transform your data\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nWe only want to count the UX ideas of the team. We use the `Filter` node to filter out all other items, and use the `Item Lists` node to summariz"
      }
    },
    {
      "id": "5597d8bb-ae15-4ea0-be16-531d8a8f7018",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        1600,
        280
      ]
    },
    {
      "id": "e4a13d15-368f-42a5-b23a-736883e7c1aa",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        1220,
        280
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter": {
      "main": [
        [
          {
            "node": "Item Lists",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Item Lists": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          },
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}