Skip first row in Get row item activity

Dear community,

How to skip first row in get row item activity?

@JustZaffan

You want to skip first row or first column?

get row item will get the Column value for a particular row…

If in loop youw ant to skip first row then use a if condition to check the index of loop(Index is present in properties ,create a variable and assign to it)…and if index is 0 then its first so in else do your task and leave then condition empty

if you want to skip column then column index of first column is 0 so start reading from 1

cheers

i would like to skip first row of the column.

If I am using the normal get row item, it will take the first row item.

I would start at second row instead of first row if it is possible.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.