Hey all, I am making a custom code to get all the line items associated with a deal in one string and then add them to a sheet in another step and I am a bit stuck in it.
this is the error I'm getting:
2025-01-21T09:38:08.256Z ERROR Error in workflow execution: hubspotClient.crm.associations.getAll is not a function
Memory: 79/128 MB
Runtime: 753.15 ms
if (!lineItemResponse || !lineItemResponse.body || !lineItemResponse.body.properties) { throw new Error(`Line item with ID ${lineItemId} is missing properties.`); }