HI,
I want to copy a row from an excel sheet to another by using Read Row and Write Range Activities.
However, Write Range Activities have an error that IEnumerable cannot convert to DataTable. I also tried to covert by using Assign Activities, but I could not use CopyToDataTable method.
Do you have an idea??