How to know if I am in the first row of a data table?

Hello @Lynx ,

Instead of for each loop, use For Each Row activity and in the property, assign a variable to index.
Inside the loop, use an if condition to check if IndexVariable=0

Thanks!
Athira

2 Likes