need help on items in array and {{#each $json.output.items }} just not working
Describe the problem/error/question
What is the error message (if any)? Syntax Error
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
@Ericchen The Generate HTML Template functionality in the HTML node does not support Handlebars looping such as {{#each …}} , so you need to create your repeated HTML manually, by for instance concatenating strings in a Code or Summarize node, before providing it to the HTML Template.