Hi Team,
I am looking insert a row at mutiple indices, Below is the example.
I need to insert row after 12, 24, 36, 48,…rows in excel. I have tried using ‘for’ loop but its not getting through, so need a help here.
Hi Team,
I am looking insert a row at mutiple indices, Below is the example.
I need to insert row after 12, 24, 36, 48,…rows in excel. I have tried using ‘for’ loop but its not getting through, so need a help here.
Hi @kallapari.pavansudheendra ,
Could you let us know what was not working and the implemented approach ?
We can check with InsertAt
method available with Datatable.Rows
So using a For Each
activity to loop through the indices array and using Invoke Method
activity to add the Empty rows like shown below :
Parameter Config :
Let us know if this does not work.
Hi,
Thanks for reply. I am developing in studioX, not Studio. So unable to find the same tool (the one you have used) in studioX.
Try this:
Int32
.currentValue
.Thank you, this worked
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.