I have a table, where I need to mark the lines where the column value equals the value in the same column but one row above.
I mean something like this:
Take a look at the Moving Aggregation node. You may have to apply the rule engine node or column expression node afterwards with an if statement to get the exact format of your “marker” column afterwards.
In the attached workflow, I used the Unique Count Aggregation in the Moving Aggregation node followed by an if statement in the Column Expression node.