Hello,
I have a family consisting of 10 different fruits. None of these fruits are yet created on the layout. Is there a way in which I can pick a random fruit from that family and create it on the layout?
I cannot use the pick system condition as none of the members of the family are created yet.
To be precise what I am trying to achieve is:
I have 15 placeholders on the layout (1 object 15 instances). There is 1 fruit family (consisting of 10 different fruits). I want to randomly pick any one of the fruit from the family and pin it randomly on any of the 15 placeholder (upon doing this, the placeholder that already has a fruit pinned should not be picked again).
Any suggestions or a way to achieve this?