0794 Code Schedule Create Scheduled

0794 Code Schedule Create Scheduled

Complex
High
11
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
11
Node Types
8

Node Types

manual Trigger
When clicking ‘Test workflow’
1 node
http Request
Get all Users, Invite Users
2 nodes
google Sheets
Get all rows
1 node
merge
Get non-users
1 node
schedule Trigger
Schedule Trigger
1 node
set
Edit Fields, Create users list
2 nodes
sticky Note
Sticky Note3, Sticky Note1
2 nodes
code
Combine all paginated results
1 node

Workflow JSON

9.14 KB
{
  "meta": {
    "instanceId": "e634e668fe1fc93a75c4f2a7fc0dad807ca318b79654157eadb9578496acbc76",
    "templateCredsSetupCompleted": true
  },
  "name": "0794 Code Schedule Create Scheduled",
  "nodes": [
    {
      "id": "58c6003f-3311-448b-a949-4fbc22b38e2e",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -560,
        80
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "67e4f66c-256f-4e45-b98e-d2872a416ff5",
      "name": "Get all Users",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        80,
        100
      ],
      "parameters": {
        "url": "={{ $json.n8n_url }}",
        "options": {
          "pagination": {
            "pagination": {
              "parameters": {
                "parameters": [
                  {
                    "name": "cursor",
                    "value": "={{ $response.body.nextCursor }}"
                  }
        ...

Showing first 1000 characters. Click "Expand" to view the full JSON.