How to Configure Write Cell Activity Inside a For Each Row Loop to Write A value In A Cell

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.

1 Like

Hi @teo_choudu
Can you give the sequence of details of your process?

cheers

1 Like

Hi @pattyricarte



1 Like

Ok thanks for the info @teo_choudu

I’ll check it

cheers

1 Like

Thank you @pattyricarte.

I want to write the respective row of ExtractDataTable1.

1 Like

Noted for that @teo_choudu

cheers :smiley:

Happy learning :smiley:

1 Like

Hi @teo_choudu
I will give some scenarios.

I will chunks the scenario .
1.You want to loop with in this Datatable ?


2.After that you need to iterate to DT2 DataTable.

  • Upon Iterating to DT2 Datatable you need to get the last row of DT3 Datatable.
    image

3.Then you want to write the value of ExtractDataTable using the count that we get in DT3.

Are these correct?

cheers :smiley:

happy learning :smiley:

Yes. @pattyricarte You are right.

1 Like

Ok I guess your xaml is doing right.If we perfectly aligned :smiley:

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 :smiley:

happy learning :smiley:

1 Like

Thank you very much.

1 Like

No problem @teo_choudu

Happy to help here!

cheers :smiley:

Happy learning :smiley:

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.

1 Like

May i know what error did you encounter?

@teo_choudu

cheers :smiley:

Happy learning :smiley:

There is no row in position -1.

1 Like

Can you scrreenshot the activities Please. Thanks.

cheers :smiley:

Happy learning :smiley:

@teo_choudu

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

Can you give also the excel file ! @teo_choudu

cheers :smiley:

Happy learning :smiley:

Sorry its confidential

1 Like

Ah ok thats fine. by the way what ativities did you get the error.

I’am looking at your xaml!

cheers :smiley:

Happy learning :smiley:

What information from ExtractDataTable1 that I want to save in LastRow of Url excel is not correct exactly

1 Like