Trying to fill a number into Edit image note via normal expression, but strangly it’s giving out this error
What is the error message (if any)?
Error: Stream yields empty buffer
at Socket. (/usr/local/lib/node_modules/n8n/node_modules/gm/lib/command.js:56:21)
at Socket.emit (node:events:525:35)
at Socket.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
The example is incomplete so I had a quick play with it and came up with the below workflow which oddly works as expected, Can you give it a go and see if it works for you? It could be that this is something that has been fixed since 0.228.2.
If i understood correctly, this expression in the edit image node: “.first()” is only working for the first item right? Is it possible, to have it take the text size number of the run for all output items of the text size node? It produces more than on item. (i changed the workflow a little.). I tried “.all()” instead, but it’s not working.