In documentation https://docs.dataminer.services/dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Style_guide.html is mentioned:
Panels
- Show additional information in a side panel on the right for each item on a page.
- If your panel updates based on a selection, add a title with the selected item's name.
How to get table selected DOM instance name as label for header button or in a static text field?
Harald Schwarz [DevOps Advocate] Selected answer as best 5 days ago
Hi Harald,
Most setups rely on a web component that handles feed interpolation. When you start typing a {, the UI gives you intellisense to help you out.
Note I left styling out to keep things simple, but you can fully customize the look if you want.

Harald Schwarz [DevOps Advocate] Selected answer as best 5 days ago