Hi. Is there a good way of checking the amount of results from the filtering on an iterator?
I want a container below the iterator list to be visible, only if the iterator shows no items.
Hey @Fridtjof! If you use Client Filters, you get access to the built-in Is Empty and Is Not Empty properties, which make this most straightforward. Otherwise, you can still achieve this with the use of the function editor for evaluating the visibility condition.