Getting single json items after the HTML extract node

Describe the problem/error/question

I cannot address the array output (“linkArray”) of the last HTML extract node in order to get individual json items which I need for further nodes (HTTP request)

What is the error message (if any)?

ReferenceError: linkArray is not defined

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.9.3
  • Database (default: SQLite): SQLITE
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via npm? via Yunohost.org:
  • Operating system: Ubuntu

Hi @askans :wave:

I might be misunderstanding, but are you looking for something like this?

2 Likes

You made my day!!

Thx a lot, it works like a charm!

The http request is now workign without the need of a loop.
I will work on the next nodes and report back.

1 Like

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