When debugging procedures in Board using breakpoints, it is very common to copy the Dataflow Layout in order to inspect the data at a given step, especially when the dataflow contains TEMP cubes.
Currently, when this layout is pasted into the Layout Editor of Inspect Data, only the physical (persistent) cubes are pasted. The TEMP cubes that were part of the original dataflow layout are ignored. After the paste attempt, the user must exit the Layout Editor, reopen it, and then manually add the TEMP cubes again.
In practice, this behavior breaks the debugging flow and reduces efficiency. It forces users to remember or manually look up TEMP cube names and prevents them from directly reusing the exact layout defined in the dataflow. This becomes particularly inconvenient in complex procedures where multiple TEMP cubes are involved.
Ideally, pasting a Dataflow Layout into the Inspect Data Layout Editor should work exactly as expected: all cubes included in the original layout, including TEMP cubes, should be pasted automatically. This would allow users to directly reuse dataflow layouts during breakpoint analysis without additional manual steps.
Such an improvement would significantly simplify procedure debugging, improve consistency between Dataflow layouts and Inspect Data, and increase overall developer productivity.