How to check current row and next row

hello everyone,

i am trying to comparing each indent no. and mar Y for yes and N for no ,but i am having a problem that there are duplicate indent no so i want to check details of each duplicate indent no. then validate it but,my condition is that in for each loop it should Check All the duplicate indent no that they All contain yes then validate Y for all the duplicate indent if anyone duplicate Is N then, not validate.For this, i am trying to check that if the current row and next row is same then check Both details first then validate

Hi @Prateek_Gulab_Pathak,

Plz share more details with sample input and output.

Thanks,

hello @RajKumar_DC ,
i just need a logic to check that my current row and next row is same or not

Hi @Prateek_Gulab_Pathak,

Check below workflow. User for each and create index variable then you will get Boolean value

Thanks,

I just need the next row value so that i can compare with current row