How to compare with previous row in table?

Hello. Can i compare current row with previous row in table to check if they are equal?
Is it possible to compare current row with previous row on a workflow or conditional state? To show element only when current row name is not equals to previous row’s name?

Hey @ForeverLive , you’ll just need to compare it with this repeating groups’s item #:(current index - 1 )

Good luck!

2 Likes

Yes, but i using table, not repeating group.

How to add () symbols to expression? It not allows me to do it.

I cannot believe that it’s impossible to compare 2 rows data in table! Any suggestions?