I have a problem about Read Range Activities in my Studio. I have data in excel is more than 1000 rows (more than 1000 data), but the output of my Read Range Activities is stop in the rows number 56 (data number is 51).
Hello @henokhbrian
in Local panel it will only show limited data.
try to print row number instead like mydt.rows.count this should give you the actual row count.
Thank you for your suggestion. The read excel activities is working normally, but only the data of my activities is not showed 100% in my local panel.
Maybe sometime i will try your suggestion.