Describe the problem/error/question
I have a workflow that checks if a contact exists in google, if not it creates it… if it does then it updates it.
The Create step works fine but the update step, using exact same javascript errors saying the postcode is a string.
This is the expression in the postcode field: {{ parseInt($json.property_postcode, 10) }}
What is the error message (if any)?
Bad request - please check your parameters
Invalid value at ‘person.addresses.postal_code’ (TYPE_STRING), 3182
Please share your workflow
Share the output returned by the last node
no output, it just errors on the google update contact node
Information on your n8n setup
- n8n version:1.63.4
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloudron
- Operating system: ubuntu