Describe the problem/error/question
Im getting error when trying to update a row in Retable using their API. im getting the error when im trying to reference a variable that is outputed by the previous node.
here is my body of the http request that updates the row:
{
“rows”: [
{
“row_id”: 1,
“columns”: [
{
“column_id”: “wTmZwW6tb7wsVX54”,
“update_cell_value”: “{{ $(‘Enrich Profile’).item.json.body.data.user.biography_with_entities.raw_text }}”
}
]
}
]
}
What is the error message (if any)?
1 item
ERROR: Can’t get data for expression under ‘JSON’ field
In node ‘undefined’, output item 0 points to an input item on node ‘User Does Not Exist ?‘ that doesn’t exist.
Details
Time
7/21/2023, 11:33:44 AM
Item Index: 0 | In or underneath Parameter: JSON
Cause
Data below may contain sensitive information. Proceed with caution when sharing.
"={ “rows”: [ { “row_id”: 1, “columns”: [ { “column_id”: “wTmZwW6tb7wsVX54”, “update_cell_value”: “{{ $(‘Enrich Profile’).item.json.body.data.user.biography_with_entities.raw_text }}” } ] } ] } "
Stack
ExpressionError: Can’t get data for expression
at createExpressionError (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/WorkflowDataProxy.js:453:20)
at getPairedItem (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/WorkflowDataProxy.js:490:27)
at pairedItemMethod (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/WorkflowDataProxy.js:714:40)
at Object.get (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/WorkflowDataProxy.js:717:40)
at Proxy.eval (eval at _create (/usr/local/lib/node_modules/n8n/node_modules/@n8n_io/riot-tmpl/dist/tmpl.js:388:14), <anonymous>:3:300)
at Proxy.eval (eval at _create (/usr/local/lib/node_modules/n8n/node_modules/@n8n_io/riot-tmpl/dist/tmpl.js:388:14), <anonymous>:3:412)
at Object._tmpl (/usr/local/lib/node_modules/n8n/node_modules/@n8n_io/riot-tmpl/dist/tmpl.js:335:60)
at Expression.renderExpression (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Expression.js:214:25)
at Expression.resolveSimpleParameterValue (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Expression.js:192:34)
at Expression.getParameterValue (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Expression.js:288:25)
at getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1286:42)
at Object.getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1508:24)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:978:44)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:652:28)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:596:53