Error: I get a visible output, but I can't use it in the next node.
# Debug i…nfo
- n8nVersion: 1.62.5
- platform: docker (self-hosted)
- nodeJsVersion: 20.18.0
- database: postgres
- executionMode: regular
- concurrency: -1

Test Workflow:
`{ "meta": { "instanceId": "" }, "nodes": [ { "parameters": {}, "id": "", "name": "When clicking ‘Test workflow’", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 500, 280 ] }, { "parameters": { "assignments": { "assignments": [ { "id": "", "name": "name", "value": "max", "type": "string" } ] }, "options": {} }, "id": "", "name": "Edit Fields", "type": "n8n-nodes-base.set", "typeVersion": 3.4, "position": [ 720, 280 ] }, { "parameters": { "db_path": "/local/sqlite.db", "query_type": "SELECT", "query": "SELECT name FROM demo_table WHERE id = 1;" }, "id": "", "name": "Sqlite Output", "type": "n8n-nodes-sqlite3.SqliteNode", "typeVersion": 1, "position": [ 1140, 280 ] }, { "parameters": { "db_path": "/local/sqlite.db", "query_type": "UPDATE", "query": "UPDATE demo_table\nSET name = $name\nWHERE id = 1;", "args": "={\n\"$name\": \"{{ $json.name }}\"\n}" }, "id": "", "name": "Sqlite Save", "type": "n8n-nodes-sqlite3.SqliteNode", "typeVersion": 1, "position": [ 920, 280 ] }, { "parameters": { "assignments": { "assignments": [ { "id": "", "name": "output", "value": "={{ $json.name }}", "type": "string" } ] }, "options": {} }, "id": "", "name": "Check Output", "type": "n8n-nodes-base.set", "typeVersion": 3.4, "position": [ 1340, 280 ] } ], "connections": { "When clicking ‘Test workflow’": { "main": [ [ { "node": "Edit Fields", "type": "main", "index": 0 } ] ] }, "Edit Fields": { "main": [ [ { "node": "Sqlite Save", "type": "main", "index": 0 } ] ] }, "Sqlite Output": { "main": [ [ { "node": "Check Output", "type": "main", "index": 0 } ] ] }, "Sqlite Save": { "main": [ [ { "node": "Sqlite Output", "type": "main", "index": 0 } ] ] } }, "pinData": {} }`