**Note**: Only active when `cf.cplace.visualization.dataSource` = `connectedTable`.

**How to Find Widget IDs**:
1. Use `cplace_get_layout_overview` to retrieve the page or type layout
2. Look for widgets in the layout with table-type widget kinds (e.g., `cf.platform.embeddedSearchAsTable`)

**Workflow**: When connecting to a table widget:
1. Ensure both widgets are on the same page layout
2. Configure the table widget first (if creating new layout)
3. Get its `widgetId` from the layout
