Local Operations (not, nothing)

Hello There,

I have a situation where I need to check if a List is empty or if the same list doesn’t contain any items in it, how can I do that …

Appreciate your help
Hara

1 Like

Hi @Hara_Gopal

you can use these List.count>0(this will return you true if your collection is non empty)
or List.Contains(variable)(this will return you true means your collection is contained false if not)

cheers :smiley:

Happy learning :smiley:

3 Likes

Hi @Hara_Gopal

Hope that we rosolved the issue .Feel free to approach me if you have issue for this.

cheers :smiley:

Happy learning :smiley:

3 Likes