hi everybody
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!