My workflow is this : Receiving a array of products from an online shop then loops over this array and display each product with their prices inside an html template. The problem is that i cannot loop inside an html template because n8n cannot execute js inside an html template.
The trick here is to format each item (i.e. product) individually and then concatenate them together using the ‘Summarize’ node. You could then insert that into your HTML template.