Hi!
I get a list from Airtable, how do I send one object from that list to the Rabbit exchanger?
The example below, which doesn’t work.
Bad Example
{
"name": "",
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "list",
"application": "id_base",
"table": "table",
"additionalOptions": {
"filterByFormula": "=type = \"created\""
}
},
"name": "GetWorkouts",
"type": "n8n-nodes-base.airtable",
"typeVersion": 1,
"position": [
493,
536
],
"credentials": {
"airtableApi": "Airtable Alekseev"
}
},
{
"parameters": {
"mode": "exchange",
"exchange": "Exchange",
"exchangeType": "topic",
"routingKey": "rout_key",
"sendInputData": false,
"message": "={{JSON.stringify($node[\"GetWorkouts\"].json[\"fields\"])}}",
"options": {}
},
"name": "SendingWorkouts",
"type": "n8n-nodes-base.rabbitmq",
"typeVersion": 1,
"position": [
720,
540
],
"credentials": {
"rabbitmq": "n8n_rabbit"
}
}
],
"connections": {
"GetWorkouts": {
"main": [
[
{
"node": "SendingWorkouts",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {}
}