we can avoid the LINQ and achieve it by:
- Build DataTable - Configure an empty DataTable with 1 Col - RowNum, Configure AutoIncrement

dtMarked
Then use a Merge DataTable Activity and merge your DataTable into dtMarked
we can avoid the LINQ and achieve it by:

Then use a Merge DataTable Activity and merge your DataTable into dtMarked