Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: : Debian 12
So my workflow is simple, but i m stuck, i got a directory with many csv files, and i want read all this files, sum a colum and send a html table with name of files, sum of a one column name MTT how sum all et send it to TEAMS CHAT
OK that’s work, but i got an issue.
My wrokflow give info of all csv files in one line and i need the info csv by csv files
and i want a table with files seperatly, i don’t understand why n8n do a fusion some time, other time works item by item, and some time do a fusion of item ?
It is a good question I do not have the answer for. It seems to apply to binaries only (nodes working with binaries). However, I did show you a workaround, you just need to add the Loop node.