autoMapInputData (Two Previous Node) - Baserow

Guys, how do I use the “autoMapInputData” function in Baserow, but from the first node and not the previous node.

I tried the expression below, but it returned an error

{{$json = autoMapInputData($node[“Webhook - Monetizze”].json[“data”]); return $json;}} can anybody help me?

Information on your n8n setup

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

hello @Guilherme_Dias

You can’t. You have to output them before the Baserow node once more. You can do it with a Code node:

2 Likes

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