I’m using Find Children activity to get all the elementes inside a Table. The problem is that I want to skip the first one. I mean, I have something like this:
<table>
**<TR>Level I want to Skip</TR>**
<TR>level 2 ok</tr>
<TR>level 3 ok</tr>
<TR>level 4 ok</tr>
<TR>level 5 ok</tr>
</table>
from find children activity you will get an element Array.
consider that the array variable is elements you can skip 1st item by using elements.Skip(1)
Hi, sorry for so many questions but i can’t understand this. I just tried it on my UiPath project but it doesn’t work. I have a For Each Child activity that get the cell that I want from the table. what i want is to increment the counter and that in the For Each activity it gets update. I attached an image of my activity.
And this is inside Element Scope after do everything I want.
The counter in the For Each doesn’t update but it updates in my Element Scope
Thanks for your response! I just tried what you’re doing but some errors are showing up.
I attached images for better explanation “Child” type in For Each activity: ChildTest and Counter Type: