Hi there,
When I hide a column, I always have to write extra logic to empty that column’s value. This repeats the same work and wastes time.
It is advised that layout logic should only control what the user sees, not change data. Data changes belong in default or business logic to keep things clear and safe.
My idea is to add a feature that automatically empties hidden columns based on layout or subject settings, because what are the chances that I need the data in a column/parameter that is hidden?
This would make development faster and easier.

