Way to access Data Model "deep" inside reusable component?

We have a reusable component which contains blocks that have “data container” checked (they have a Data Model), there are actually several such blocks inside of the reusable component.

Question: is there a way to target these “inner” data models from the outside, i.e. from the page where the reusable component is placed? The inside-the-reusable-component Data Models do not appear as options in the “data container” logic elements:

image

Hi @Alex_Klein,

Try implementing this using the Page Data and binding within the data container.

Regards,
Marina

OK, we already have a workaround that kind of works… I was just curious if there was a way to directly manipulate data models deep inside other components — thanks for the quick reply :grinning: