Lets say we have an Entity A, B and C with the following configuration:
[A] one-to-many [B]
[A] one-to-many [C]
In a microflow where I created an object of Entity A, then it would be nice to right click and select an option, lets say "create child object", where a list will pop up for B and C. When clicking B or C, a create object activity is inserted with the association to the NewObjectA already populated.
This can be very helpful when working with big projects with similar entity names.