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
n8n
May 21, 2024, 4:04pm
2
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:
system
Closed
May 28, 2024, 8:34pm
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.