Nested Layout AutoFill Fails to Display Content from Current Asset with a specified ContentType

Configuration Details

  1. Master Layout (Layout1): Contains Pane1.

  2. Nested Layout (Layout2): Is set as the Content for Pane1 of Layout1.

  3. Layout 2's Pane 1 Settings: AutoFill is enabled, looking for content associated with the Current Asset that has a ContentType of 'Overview'.

Observed Behavior

The Layout2 container correctly loads and appears within Pane1 at runtime/preview. However, the expected SCADA graphic (which is configured on the selected Asset with the 'Overview' ContentType) does not load inside Layout2. So at Runtime the Layout2 loads correctly without showing any content, even if I'm navigating in an asset with a content with ContentType: Overview.

Goal

My main goal is to use this nested structure as a basis for a dynamic SCADA interface where Layout 1' s Pane1 can load different layouts (e.g., Layout_2D or Layout_3D) via script, each configured to use AutoFill with different custom ContentTypes (e.g., User_Defined_1, User_Defined_2).

I need to understand why the static AutoFill configuration fails when the target content of the pane is another Layout, to ensure the dynamic solution will function correctly.