Generic value and object diff

what is the difference between the generic value and object data types in uipath

Have a first look here:

https://docs.uipath.com/studio/docs/types-of-variables

2 Likes

Hi @meeraa,

On top of the links that @ppr has provided, one difference is you cannot use late binding on Object variables but you can on GenericValue variables:
image

Please see the below wiki link for more info on late binding:

1 Like