Hello,
Please help me on how to Copy Cell value(A1)sheet 1 and paste to all rows of column E sheet 2.
Copy.xlsx (9.3 KB).
sheet 2 rows are dynamic.
Hello,
Please help me on how to Copy Cell value(A1)sheet 1 and paste to all rows of column E sheet 2.
Copy.xlsx (9.3 KB).
sheet 2 rows are dynamic.
cheers
@Anil_G ,
Thank you for replying.
I am able to write data to column E. but its writing all rows of column E irrespective of the actual rows. and Sheet2 rows vary from file to file.
Sequence4.xaml (12.3 KB)
Then you pass the output of read cell activity directly to the write cell
No need to split the value
Cheers
I have tried this, I am not splitting data. but Its writing to all the rows of column E irrespective of the actual rows in dt.
Sequence4.xaml (12.3 KB)
can you share your expected output
Please find the expected output. and for different files in sheet2, the number of rows will vary
Copy (1).xlsx (9.4 KB)
Thanks alot,Its working now I tried with couple of different files too.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.