Write Range Activity error

I have this error whille performing write range activity .please guide me. here is screenshot

Hi
Kindly check whether the input datatable passed to write range activity has any value in it or not
to validate that use a write line activity before to this write range activity and mention like this
yourdatatablename.Rows.Count.ToString
if this gives us 0 then or object reference error then the datatable variable must be set with global scope in read range activity, in the variable panel
or its fine

Cheers @varun5

1 Like

i used data scrapint and declared argument but forgot to put in output .now it’s working

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.