Hello All, I am new to UIPath,
in C# we frequently use var datatype to store linq output.
Can we use GenericValue Datatype to store return result of linq
Thanks for the help. But why question is different.
I am using linq on Dictionary type(Dictionary(of String, Dictionary(of string,double)).
Tried defining output variable of linq as GenericValue. But it gave error.
So wanted to know if there is any similar type like “var” of C#, in UIPath that i can use.