Set Node not issuing output (even with fixed value)

Hi N8N,

This is a problem about the set node, which does not output value.

I have the following workflow :

My problem is on the Set3 node, which is as follows :

For testing pruposes, I replaced the expression values by fixed values.

However, when executing, even with fixed values, I have the following output :

CleanShot 2022-11-23 at 09.23.48@2x

Google Sheets node does not receive any input from the Set node :

Here is the set node :

{
“meta”: {
“instanceId”: “d58fXXXXXXXX”
},
“nodes”: [
{
“parameters”: {
“values”: {
“string”: [
{
“name”: “Appelant”,
“value”: “0792727634”
},
{
“name”: “Conversation”,
“value”: “a0b9ca9a-4212-483a-88e4-66737188da73”
}
]
},
“options”: {}
},
“id”: “3b8c48dc-2a6b-4860-b7d9-63054caae321”,
“name”: “Set3”,
“type”: “n8n-nodes-base.set”,
“typeVersion”: 1,
“position”: [
2020,
660
]
}
],
“connections”: {}
}

The node before the set node output value.

Thank you very much for your help :slight_smile:

Damien

Information on your n8n setup

  • n8n version: latest, 0.203.1
  • Database you’re using (default: SQLite): default, SQLite
  • Running n8n with the execution process [own(default), main]: own
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker, on Ubuntu 20

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.