Hi Team,
I have a Data table mentioned below,

How to write the serial number as mentioned below,

Kindly help me to solve this.
Thanks in Advance
ppr
(Peter Preuss)
2
the very essential approach:
- for each row in datatable | currentRow in dtDataVar - configure the index output: idx var
- Assign Activity: currentRow(“SNo”) = idx + 1 OR as String (idx + 1).toString
ppr
(Peter Preuss)
3
Alternate:
And:
OR:
DataTable reconstruction and LINQ by using Enumerable.Range(…