Hello, I want to know if there is a way to connect a image from a image collection (static Image) with an single entity object, or just retrieve static Images with Security Production level? For those who wonder why I dont use the image uploader with an image entity, mindsphere doesent support images with Mendix yet.
asked
Andreas Schwender
1 answers
0
In a microflow:
retrieve the image you want,
retrieve the object of the EntityX you want,
and ChangeObject-activity for the image, setting the association Image_EntityX to the Object.
(got a feeling that you have something else in mind)