<UiPath.Core.UiElement[]>

Try Catch: Type of value has a mismatch with column typeCouldn’t store <UiPath.Core.UiElement> in Child Column. Expected type is UiElement.

1 Like

Hey @Sakshi_Jain

You are trying to save collection of UiElements (like an array, list…) instead of saving an UiElement object.

That’s the reasonf or this mismatch exception.

Hope this helps

Thanks
#nK

1 Like

what is the full datatype of uielemnt object ?

Please find this type - UiPath.Core.UiElement