Hello, I am struggling for weeks with custom list, it is quite complex with conditional visibility and so one.
The problem is in the build, the list lose the formatting and everything is compressed (like in the screen), in the preview everything is ok.
What could be the problem?
That’s caused because of all the elements you have with visibility conditions. So when they are hidden, because the condition is not met, it affects the other elements.
This is a common and known issue. You have to use invisible rectangles to keep the elements in place.
BTW, the more elements you have with visibility conditions in a list, the slower the list will load.
It’s a constant work of trial and error. Trying different setups. But definitely, the solution here involves using invisible rectangles to keep things in place.