Hi!
How can I use data factories to create properties where I skip a step in the property chain?
A property chain "SelectedObject".PropertyA.PropertyB with the default settings will give me a nested property "PropertyA" with a property "PropertyB".
I would like to hide the "PropertyA" so it looks like "PropertyB" is part of the "SelectedObject".