I have a detail page with a filter that shows an empty state message. So far so good. I also want to hide the tabs underneath when this is the case. That doesn’t work. Hiding the tabs only work when the the parent does not have an empty state - useless for me.
No matter what condition you try, it’ll always show the tab container if the detail / parent record has an empty state.
The detail page displays an empty message, but no matter what you do at the tab container level (in this case e.g. field x ‘is not empty’ or ‘is empty’), the tabs always appear.
As I mentioned before, hiding the tab container only works if the parent detail isn’t empty.
I checked, and it seems that it’s not possible to hide the block if the current record has an empty state message. The thing is that the Hide if works if there is a data in the current record on which the system can be based to hide the other blocks, and not when it’s emtpy.