I recently updated the connection provider version on Hubspot, also for ODX/TX, and I have a problem getting the custom objects in. I checked, they still exist, postman can access them without issues, but I get errors when trying to get them to TimeXtender.
Error messages as below:
Best answer by Thomas Lind
Hi @Boglarka Barany
What sort of provider are you using?
If you look at the error it seems to be a datatype conversion error. You can try to convert it to a nvarchar(max) to make sure it will be allowed to get in.
If you are using a CData provider there may be some issues besides this.
If you look at the error it seems to be a datatype conversion error. You can try to convert it to a nvarchar(max) to make sure it will be allowed to get in.
If you are using a CData provider there may be some issues besides this.