Recognize an empty listview

Hi, how can i test if a listview is empty (no elements) so i can write for example “No devices”? :grimacing:

I tried: if [ListView.Elements] [text=] [" "] but the app gives me argument error

Try this:
20 AM

1 Like

OHHH thanks, holy block :joy::joy::joy::joy: