I have 2 GenericValue variables with int and str values, If the first element in the expression is GenericValue variable it is filled as
integer, UiPath Studio will do the sum of the elements.
If the first element in the expression is the GenericValue variable to be populated as a string, UiPath Studio will perform the compounding of the elements.
The question is, for example when I filled the value of GenericValue string character “a” and GenericValue integer digit (12) and I want assign the result expression integer (12) + string “a”… Why I gettin some error? can you guys answer the spesific?
Thanks!