Code node to filter and parse news

Describe the problem/error/question

I have workflow to get the results from rss feed for the techCrunch news, and pass to code node for filtering top tech companies news only, and another code node for parse and format the news.

What is the error message (if any)?

The problem of the first node is when passing the xml result to code node, it doesnt return anything. I think code node is not putting the data from the previous node into the code node.

The problem of another node is even not getting result. I have no idea what to do

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

Information on your n8n setup

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

hi, I finally got it done. By implementing AI agent.

1 Like

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