Linking image over entity

0
[Registrant]1---*[Player] (both have a generalization “image”) what i want is the following: When i create a player i can set an image for that player. (Done, is ok) In a microflow (which has a parameter player) I want to create a participant (create object) and give the image of the player to the participant.  how can I do this?  → Should my database be changed?  → Is it possible to do in a microflow? → Which attributes do i have to set in “create object participant” 
asked
1 answers
1

I would recommend to use an association to an image instead of a generalization. Then you can pass the photo by setting the correct association.

Here is a minimal diagram:

answered