Suppose I have Domain model like this:
And then I get new data via REST, which results into a microflow like this:
This is actually a simplified version as you can see, as this would be the microflow if it doesn't use 1/1 associations, but inheritance.
Ideally the microflow would look like this:
The first reason why it's so complex is due to not having abstract entities, which is already requested in
https://forum.mendix.com/index3.html
The second reason equal to second split,
is due to not being able to assign objects to others, which is what I'm asking for here.