When a flex card in a record lightning page returns a blank value it still "consumes" some real estate on the page, since the lightning page "displays nothing" (blank flex card) BUT then some space before the next component. The result is that this empty space "accumulates" on the page.
These flex cards are using external queries on the fly, so there is no data saved to the database, so there is no way to add Conditional Visibility to the flex card component. Is there way for the page to recognize it is receiving an empty flex card and hide it completely>
#Vlocity
1 respuesta
You can use conditional visiblity of the dynamic form based on any record field flag, otherwise I don't think other option will available.