Need to check collection empty or not

Sourabh

New Member
Is there any option to check if one collection is empty or not other than using 'Count Row' action from internal VBO 'Collection'?

It is an undefined collection. As per the business scenario, sometime the object will get some value from the target application and put it in the collection and sometime it is not when the application is not having any value.

Please suggest.

Thanks,
Sourabh
 
I've always done it with count rows and if 0 then is empty.
You could duplicate count rows action in VBObject and make it return FLAG...
 
Top