S
Reaction score
0

Profile posts Latest activity Postings About

  • 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
    S
    Sachin_Kharmale
    Hi Sourabh,

    Use following line of code to check collection is empty or not without using Row Count Function.
    Put bellow code in code stage it will return true or false

    Dim flag as Boolean = false
    if Input_Collection Is Nothing
    flag=true
    End If
    IsEmpty=flag
  • Loading…
  • Loading…
  • Loading…
Top