This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to add the Files URI when getting data from a related Data type. In the custom data type, I have this and
returns "ImageInfo: null" in the result.
Can someone help me to add the meta from a file linked to an object?
Thanks
I'm trying to add the Files URI when getting data from a related Data type. In the custom data type, I have this and
Everlive.Events.beforeRead(function(request, context, done) { request.powerFieldsExpression = { "ImageInfo": { "queryType": "get", "contentType": "Files", "filter" : { "Id" : "${image}" } } }; done();});returns "ImageInfo: null" in the result.
Can someone help me to add the meta from a file linked to an object?
Thanks