Edit Fields node error

Describe the problem/error/question

When I use the Edit Fields node to link two tables, there will always be an error in the data of one table, and one table will be empty when outputting

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (n8n cloud:
  • Operating system:

You need to merge the two paths before you can reference things in both at the same time.

1 Like

Thanks, you solved my confusion. :grinning:


Hello, I have another question. The text I generated is all messy. How can I convert it into a normal format with line breaks?

That depends on where you want view the text. Even what you have shown has \n\n characters to represent newlines, so if you save it as a file and view it in a text editor it will already be formatted better that what is shown in n8n. Other common formatting approaches would involve HTML or markdown.

Hey, if you wouldn’t mind, mark my previous post as the solution (blue box w/ checkmark) so this continuing discussion won’t distract others who want to find what answered the original question. Thx.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.