Which node to extract JOSN

I need to extract the questions from this output:

[
  {
    "response": {
      "text": "{\n  \"question1\": \"What is the main topic of the transcript?\",\n  \"question2\": \"Are there any key details or events mentioned?\",\n  \"question3\": \"What is the tone or sentiment expressed in the transcript?\",\n  \"question4\": \"Who are the main participants in the conversation?\",\n  \"question5\": \"What are the primary arguments or points being made?\",\n  \"question6\": \"Is there any notable vocabulary or language used?\",\n  \"question7\": \"How does the transcript reflect the perspectives of the speakers?\",\n  \"question8\": \"Are there any conclusions or takeaways from the transcript?\"\n}"
    }
  }
]

which node is used to extract each question.

notes:

  • The count of questions is not fixed.
  • Using latest version.

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

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