I need to make a Container visible, if the container has information from the backend database (items)
If the container does not have any information from the database it has to be kept hidden
- I already used the formula IS_EMPTY(Data.var) - hide component (Container) It works but not at all
If I upload information the container keeps hidden
Does anyone know how to fix it?