How to show text if list is empty?

0
I have a list on the page, I need to display a custom text on the page if there are no items in this list (like “this list is currently empty, please add some items”). What is the best way to do it? I was thinking of making a microflow hat counts the number of items in the list, and saves it as a parameter, and I should call this microflow every time when new list item is created or deleted. And then I create a text message with conditional visibility based on this parameter value. But it feels like there should be an easier solution for such a simple task.
asked
1 answers
0

Hi Maxim,

You can do this with CSS.

https://forum.mendix.com/link/questions/96237

Cheers, Andries

answered