Deep composition and commit

Hi Cuba team

I found a problem with a deep composition. I have the following nested composition
Brand
-Market
–Model
—Environment
----Topics
-----Etc.

I have created the data source in each edit screen adding the nested collection data source for each child as explained in a different place by you.
But if, for example, I try to add a topic I need to click on Save button 4 times, 1 per parent screen.
Is there a configuration to avoid this kind of behavior?

Thanks in advance
Mario

Hi Mario,

The composition is supported with up to 2 levels, and it is mentioned in the docs. Please see this sample application for our recommendations on how to deal with deeply nested structures.