Get data from different positions in the previous node

Guys, my database search returns me:
[
{
“id”: 1,
“name”: “tempo_de_execução”,
“value”: “1204219176386539”
},
{
“id”: 2,
“name”: “nivel_de_dificuldade”,
“value”: “1207251090649455”
}
]

I need the second node to get the value 1 and the value 2, but it only gets the json.value, is there any way I can force a “json.value[0]”
My call needs 2 “values” 1 for each query

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 was the solution

1 Like

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