I have converted my window legacy to window 2022.10 version
I am getting Add data row error lambda expression and Too many type arguments to ‘Func(Of Out TResult)’
I tired Concat method suggested in UiPath forum also.Please refer the below
Assign Arrayrow= {(string_TicketNumber.ToString).Concat(string_Customer).Concat(string_ProductCode1).Concat(string_ProductCode2).Concat(string_ProductCode3).Concat(string_ProductCode4).Concat(string_ProductCode5).Concat(string_ProductCode6).Concat(string_ProductCode7).Concat(string_ProductCode8).Concat(string_ProductCode9).Concat(string_ProductCode10).Concat(string_ProductCode11).Concat(string_ProductCode12).Concat(string_ProductCode13).Concat(string_ProductCode14).Concat(string_ProductCode15).Concat(string_Notes).Concat(string_TicketURL)}
I am getting the same error message
I heard this is resolved on system 23.4 but my company using 2022.10 window version only.
Are there any way to handle this exception in 2022.10 Windows version