Below is my test extraction for my datatable table extract.
I am trying to get the number at column = “Column-1”.
I tried using variable.
X = DT.Rows(3)(2).Tostring
But I this method will only get the number “9123817”
My desire output is to get all the number in “Column-1” for row 3,4,5 and so on.
I dont need the row at position 0,1,2.
To avoid further confusions, could you let us know what is the Output format required ? If it is to be stored in Excel sheet, let us know the Expected Output format as to how it should be stored or presented. Screenshots of the Output format would be helpful.
We could then better identify the requirement for your case, and suggest appropriate solution.
@supermanPunch for the column “NO” is where I want the number to be fill, there is another column “Column-2” in the table extraction where I want to write in the excel template where the column name is “NAME”. Where I can just use the same method to get the “NO”
From your statements understanding that the Column-2 is the Name value, then you could use the below Expression to get the Required data in the column order required and then use Write Range activity :