I have an error when using Read range activity. If input specified range is ok, can get Headers.
But if input dynamic range Exam (“A” + range.toString) I cannot get Headers though I chose Add Headers It automatically creates new headers that are not headers in the first row.
EX:
STT Name Age
1 Test1 20
2 Test2 20
If using dynamic variable
Col1 Col2 Col3
STT Name Age
1 Test1 20
2 Test2 20
I want the heades is STT Name Age
Do you have any such errors? please help me. Many thanks!
Using String.Format(“A{0}”,variable.ToString)
this is the same: String.Concat(“A”, variable.ToString)
but can’t get headers, It automatically creates new headers
I need to get data from A35 with headers but data from A5 is dynamic data it, not just 20 row or 25 row. so I need the dynamic range with data from A35 or A37…with headers. Because of I need use Select activity. But if use dynamic range cannot get Data with headers in row A35 It automatically creates new headers. Sorry, my English so bad !