hi Guys
Please help me out how could I create object type of variable in uipath and how can I use oftype method I found this code below code and I need to apply this into uipath
Private Shared Sub Sample_OfType_Lambda()
Dim objects As Object() = {“Thomas”, 31, 5.02, Nothing, “Joey”}
Dim result = objects.OfType(Of String)()
Debug.WriteLine("Objects being of type string have the values:")
For Each str As String In result
Debug.WriteLine(str)
Next
However this is similar what was mentioned above. In case of it is not working so please also provide details of the issues when it is requested. Thanks