this is the full error message
ERROR: field.reduce is not a function
Details
Stack
TypeError: field.reduce is not a function
at formatResult (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Splunk/GenericFunctions.ts:196:15)
at formatResults (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Splunk/GenericFunctions.ts:208:6)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.execute (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Splunk/Splunk.node.ts:355:22)
at Workflow.runNode (/usr/lib/node_modules/n8n/node_modules/n8n-workflow/src/Workflow.ts:1263:19)
at /usr/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:951:29
We did an overhaul of the Splunk node 2 weeks ago, that went out in 1.50.0.
I see clear checks for Arrays in the code to avoid calling .reduce on non arrays.
Can you folks upgrade your n8n instance and let us know if you are still seeing this issue ?