Transfer complex objects using services

Hi all. I’ve just tested to create a service, and connected it right to the UI APP. That worked very smooth as long as you use simple objects or collections. When I try to return an object containing collections inside of it, it seems that the service integration to the UI APP fails. The followin error message appears: “Found unknown dataType blob when validating value [object Blob] - just returning value as is 2”
Any solution to this problem?
Any feedback is appreciated.

Øystein

Hi! It’s hard to answer the question without seeing the service. Could you explain more about how the service is set up and maybe some screenshots of it? You can message me directly if you don’t want the information to be public.

We took this through DM. It looks like this occurs because of file object contains a blob property which throws this warning. It does not seem to affect the result of this service.