Why Can’t I See Proper Deal Information in HubSpot via n8n?
Hi everyone,
I’m working with n8n to search for HubSpot deals and view their details. However, I’ve noticed that I’m not getting all the expected information. For example, when I check the date field, I only see what seems to be arbitrary numbers instead of a proper date format.
It’s only after passing the data through a node to extract the date that I can see it displayed correctly. Similarly, I’ve created a test deal, and when I retrieve it, I only get the deal name and can’t read any other useful information from it.
Does anyone know why this happens or how I can fix it? See the image below for reference.
- n8n version: 1.72.1
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: linux
Thanks in advance for your help!