Here am using for each loop to iterate
We can get the column value by index or column name
- Row(0)
2.Row(“columname”)
But I need to pass variable instead .
Ex : creating string variable called xyz
I need to pass as below
Row(xyz)
But it isn’t working.tried to convert to string or object. Not getting out put.