Hi,
I had put a loop inside a loop. For the inner loop, I want to write cell to excel last row with the respective row for the outer loop table. How can I do that?
Thank you.
Hi,
I had put a loop inside a loop. For the inner loop, I want to write cell to excel last row with the respective row for the outer loop table. How can I do that?
Thank you.
Hi @teo_choudu
Can you give the sequence of details of your process?
cheers
Thank you @pattyricarte.
I want to write the respective row of ExtractDataTable1.
Hi @teo_choudu
I will give some scenarios.
I will chunks the scenario .
1.You want to loop with in this Datatable ?
3.Then you want to write the value of ExtractDataTable using the count that we get in DT3.
Are these correct?
cheers ![]()
happy learning ![]()
Yes. @pattyricarte You are right.
Ok I guess your xaml is doing right.If we perfectly aligned ![]()
By the way what is the issue of your xaml ? At my first glance i think the flow is doing right just need a little bit of cleaning the codes.!
cheers ![]()
happy learning ![]()
Thank you very much.
Hi @pattyricarte,
I had tried to change the text input for write cell activity, but it still not works as what I want.
May I know what should I change.
Thank you.
There is no row in position -1.
Can you scrreenshot the activities Please. Thanks.
cheers ![]()
Happy learning ![]()
For Better practices try to use read range activity outside the for each loop.
and try to debug the process and check at each step what it is printing.
Regards,
A Manohar
Sorry its confidential
Ah ok thats fine. by the way what ativities did you get the error.
I’am looking at your xaml!
cheers ![]()
Happy learning ![]()
What information from ExtractDataTable1 that I want to save in LastRow of Url excel is not correct exactly