Hubspot Node: Cannot get associated Deal IDs

Describe the problem/error/question

I am using the hubspot node to pull deal properties from hubspot. It manages to get nearly all properties. What I am missing is the associated deal IDs. It can get associated contact IDs but not associated deal IDs. Can anyone help?

What is the error message (if any)?

Information on your n8n setup

  • **n8n version: 1.84.1
  • **Database default: SQLite
  • **n8n EXECUTIONS_PROCESS setting default: own, main
  • **Running n8n via n8n cloud
  • **Operating system: macOS Sonoma 14.6, Chrome Version 134.0.6998.118

As there is an empty array there, it seems the data is not in hubspot?
Are you sure there is data for these specific records?
If there is, can you do a manual request to the hubspot API and see if they are included?

Yes I am very sure, that there is data for these specific records. From the screenshot I posted, there should be 2 associated deal IDs. It does read correctly 5 associated contact IDs and 1 associated company ID.

What do you exactly mean by doing a manual request? I did this as the first step in n8n, (Sorry still a beginner here)

Thank you for your help!

I mean using an HTTP request with the HTTP node or a tool like postman.

So with a HTTP request it does work and will show the correct associated deal IDs. Does that mean that the Hubspot node is not working properly?

Can anyone help please? Is it something that needs to be fixed within the Hubspot node?