Describe the problem/error/question
I’m trying to push data to big query, I’m only pushing manually “set” variables, all of them are string, It’s possible that target table has “references” but I’m not pushing those.
I’m directly replicating 2 node workflow I have in Zappier that does exactly same thing.
What is the error message (if any)?
ERROR: The property ‘references’ is a RECORD type, but the value is nor an object nor a valid JSON string
Please share your workflow
Share the output returned by the last node
ERROR: The property ‘references’ is a RECORD type, but the value is nor an object nor a valid JSON string
Field Schema: [{“name”:“value”,“type”:“RECORD”,“mode”:“NULLABLE”,“fields”:[{“name”:“id”,“type”:“INTEGER”,“mode”:“NULLABLE”},{“name”:“type”,“type”:“STRING”,“mode”:“NULLABLE”}]}]
Information on your n8n setup
- n8n version: 1.20.0
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: default