Hello everybody,
online Academy course: advanced RPA developer.
I have two DataTable variables. The first one has all values, the second one just needs to get the filtered values.
DataTable2 = DataTable1.Select(“Type=‘WI5’ and Status=‘Open’”).
The error message tells me that I try to write into a Data.Row variable.
What exactly am I doing wrong? I am not using a Data.Row variable