How can a reusable component access data model of its parent?

Update: found a workaround: we can a) enable data container for the reusable component, and then b) wire up the Data Model logic for the reusable component in the parent container, like so:

then everything is “repared” and works:

1 Like