AutomationFlowsData & Sheets › Back to the Future

Back to the Future

Back to the future. Uses postgres. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesPostgres
Data & Sheets Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "zHIab7MbVQ2mHpKk",
  "createdAt": "2024-02-28T16:12:53.321Z",
  "updatedAt": "2024-02-28T18:15:01.823Z",
  "name": "Back to the future",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "id": "09d4abe5-2180-451d-984d-ed6697fd054b",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        580,
        320
      ]
    },
    {
      "parameters": {
        "operation": "executeQuery",
        "query": "\nselect p.iso_code ,p.nombre ,df.nombre as dia, df.fecha ,df.irrenunciable  from dias_festivos_pais_links dp \ninner join paises p on dp.pais_id =p.id\ninner join dias_festivos df on dp.dia_festivo_id = df.id \nwhere p.iso_code ='CL'",
        "options": {}
      },
      "id": "fb14ca44-6354-4e0f-a954-b0a65b485b14",
      "name": "Postgres",
      "type": "n8n-nodes-base.postgres",
      "typeVersion": 2.2,
      "position": [
        800,
        320
      ],
      "credentials": {
        "postgres": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking \"Execute Workflow\"": {
      "main": [
        [
          {
            "node": "Postgres",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "versionId": "49cd7c07-95a0-4b01-899c-68facc619c0d",
  "triggerCount": 0,
  "tags": []
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Back to the future. Uses postgres. Event-driven trigger; 2 nodes.

Source: https://github.com/abdopcnet/nodemation-backups/blob/main/back-to-the-future-zHIab7MbVQ2mHpKk.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Calidad de Lata — 7b) Tool Consultar Evidencias. Uses executeWorkflowTrigger, postgres. Event-driven trigger; 5 nodes.

Execute Workflow Trigger, Postgres
Data & Sheets

Convert Postgresql Table To Csv. Uses manualTrigger, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.

Spreadsheet File, Postgres
Data & Sheets

Create A Table In Postgres And Insert Data. Uses manualTrigger, postgres. Event-driven trigger; 4 nodes.

Postgres
Data & Sheets

PostgreSQL export to CSV. Uses manualTrigger, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.

Spreadsheet File, Postgres
Data & Sheets

How to automatically import CSV files into postgres. Uses manualTrigger, readBinaryFile, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.

Read Binary File, Spreadsheet File, Postgres