Hi @martinfy,
How do you store these image into the CDS entity, could you please share the screenshots of the Create record Flow?
If you store these images with a wrong format, the image content couldn't read directly, the right format is:
{
"$content-type": "image/jpeg",
"$content": "->image's Base64 encoded string<-"
}
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.