Update My workflow 5.json

This commit is contained in:
2001-01-01 00:00:00 +00:00
parent 0eba53e2c2
commit 7580e74fa4

View File

@@ -1,105 +1,79 @@
{ {
"updatedAt": "2025-11-30T10:35:51.000Z", "updatedAt": "2025-12-21T10:31:15.000Z",
"createdAt": "2025-11-21T10:47:00.974Z", "createdAt": "2025-12-21T10:05:25.712Z",
"id": "gfx8s7OTuVkoPgLf", "id": "p9NRvFWXzYlsb7QT",
"name": "My workflow 5", "name": "My workflow 5",
"active": false, "active": false,
"isArchived": false, "isArchived": false,
"nodes": [ "nodes": [
{ {
"parameters": { "parameters": {},
"httpMethod": "POST", "type": "n8n-nodes-base.manualTrigger",
"path": "n8n-test", "typeVersion": 1,
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [ "position": [
0, -160,
0 -16
], ],
"id": "498b640c-6216-4d85-aa14-6734e41a3c5f", "id": "5fcb4cbf-0c2e-4073-9ce6-dca8ea35fd8d",
"name": "Webhook", "name": "When clicking Execute workflow"
"webhookId": "e47b8cb1-fba5-403d-8a9b-f64cd949ec77"
}, },
{ {
"parameters": { "parameters": {
"schema": { "operation": "runCustomScript",
"__rl": true, "scriptCode": "// Navigate to an IP lookup service\nawait $page.goto('https://www.1tamilmv.kiwi/index.php?%2Ftopmembers%2F=');\n\n//const link_container = '.ipsWidget_inner';\nconst link_container = '.ipsWidget_inner';\n\n\nconst movies = await $page.evaluate((link_container) => {\n const outer_container = document.querySelector(link_container);\n const inner_container = outer_container.querySelectorAll('strong').innerText;\n return inner_container\n }, link_container);\n\n\n\n// Return the result in the required format\nreturn [{ movies }];",
"value": "public", "options": {
"mode": "list", "launchArguments": {
"cachedResultName": "public" "args": [
},
"table": {
"__rl": true,
"value": "worktime",
"mode": "list",
"cachedResultName": "worktime"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Bezeichnung": "Test"
},
"matchingColumns": [],
"schema": [
{ {
"id": "ID", "arg": "--no-sandbox"
"displayName": "ID", }
"required": false, ]
"defaultMatch": false, }
"display": true,
"type": "number",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Bezeichnung",
"displayName": "Bezeichnung",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "created_ts",
"displayName": "created_ts",
"required": false,
"defaultMatch": false,
"display": true,
"type": "time",
"canBeUsedToMatch": true,
"removed": true
} }
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}, },
"options": {} "type": "CUSTOM.puppeteer",
}, "typeVersion": 1,
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.6,
"position": [ "position": [
208, 48,
0 -16
], ],
"id": "a43aa28a-e161-4867-9035-6231b6c7d57c", "id": "d1f67292-bc64-4ed3-a952-f5a43a02ec31",
"name": "Insert rows in a table", "name": "Puppeteer"
"credentials": { },
"postgres": { {
"id": "KfuCkzCoRyZId8cM", "parameters": {
"name": "Postgress-Test" "url": "https://www.1tamilmv.kiwi/index.php?%2Ftopmembers%2F=",
"options": {
"launchArguments": {
"args": [
{
"arg": "--no-sandbox"
}
]
} }
} }
},
"type": "CUSTOM.puppeteer",
"typeVersion": 1,
"position": [
64,
144
],
"id": "b361dd59-8b0e-43c5-8f2d-eb99fe4afb49",
"name": "Puppeteer1"
} }
], ],
"connections": { "connections": {
"Webhook": { "When clicking Execute workflow": {
"main": [ "main": [
[ [
{ {
"node": "Insert rows in a table", "node": "Puppeteer",
"type": "main",
"index": 0
},
{
"node": "Puppeteer1",
"type": "main", "type": "main",
"index": 0 "index": 0
} }
@@ -111,18 +85,16 @@
"executionOrder": "v1" "executionOrder": "v1"
}, },
"staticData": null, "staticData": null,
"meta": { "meta": null,
"templateCredsSetupCompleted": true
},
"pinData": {}, "pinData": {},
"versionId": "6319e77d-f4b4-4954-91b9-979db7a9f99d", "versionId": "9fbb077f-2265-4cde-98ca-4c3cb8a04417",
"triggerCount": 0, "triggerCount": 0,
"shared": [ "shared": [
{ {
"updatedAt": "2025-11-21T10:47:00.977Z", "updatedAt": "2025-12-21T10:05:25.714Z",
"createdAt": "2025-11-21T10:47:00.977Z", "createdAt": "2025-12-21T10:05:25.714Z",
"role": "workflow:owner", "role": "workflow:owner",
"workflowId": "gfx8s7OTuVkoPgLf", "workflowId": "p9NRvFWXzYlsb7QT",
"projectId": "S4tmpzSj6JlGFOze" "projectId": "S4tmpzSj6JlGFOze"
} }
], ],