Workflow: Manual Postgres Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Postgres",
            "type": "n8n-nodes-base.postgres",
            "position": [
                450,
                300
            ],
            "parameters": {
                "query": "SELECT * from sometable;",
                "operation": "executeQuery"
            },
            "credentials": {
                "postgres": "postgres-creds"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Postgres",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Dynamically create tables in Airtable for your Webflow form submissions
View
Capture Website Screenshots with Bright Data Web Unlocker and Save to Disk
View
HTTP Manual Automation Webhook
View
Outlook
View
Zip multiple files
View
Manual Stickynote Create Webhook
View
Merge
View
Manual Box Automate Triggered
View
Backup Squarespace code Injections to Github
View
Send a message on Twake
View