Message: Sequence contains no elements
Exception type: System.InvalidOperationException.
The code in the assign activity is:
Save to: DT_filtered_empty_rows
Value to save: DT_filtered_empty_rows.AsEnumerable.Skip(DT_filtered_empty_rows.Rows.IndexOf(DT_filtered_empty_rows.AsEnumerable.Where(Function(r) r(1).ToString=“Tracktor”).Last)).CopyToDataTable
There is data in the data table, so what can cause this?
Hi, if understand this article correctly, this is for a situation where the filtered table has no rows, but in my case it do have rows. (and will always have). Am I missing something here?