Hi all,
Used add data row in for each loop,
getting this error.
What changes needs to be done, please guide me on this…
Hi all,
Used add data row in for each loop,
getting this error.
What changes needs to be done, please guide me on this…
@Shiva_Nikhil same error getting…
Hi @lakshmi.mp ,
I believe you are adding the rows to the same Datatable that you are iterating in For Each Row
Activity .
You could use an Output Datatable which has the Schema of the Iterative Datatable and use it for adding rows. This can be done using Clone().
OutputDT = InputDT.Clone
can you share the entire image of the code from for each row in datatable activity
or can you share the code
cheers
@supermanPunch , @Shiva_Nikhil
Only one row its writing
=> input
Input having 400 rows of data
Why it’s writing only one row?
Performed the filter operation trying to write the filtered data to excel but not able to write.
Tried with write cell only one filtered column writing to excel not writing the other columns. other columns are also required.
Please help me on this…
Change the range of writerange workbook activity to “”
Check whether you are getting all the rows are not before to write range workbook activity
cheers
@Shiva_Nikhil ,
Sample excel file and workflow has been attached.
Please look into it.
End date filter.xaml (22.9 KB)
Test123.xlsx (10.3 KB)
@Shiva_Nikhil ,
Only one row of add writing to sheet3
You would require to keep the Assign
activity out of and before the For Each Row
Activity.
@lrtetala , @Shiva_Nikhil , @supermanPunch Thanks a lot for helping me…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.