Hello, I am writing because I have a question.
I am processing the data table row by row using for each row.
Check the next row and if it is the same as the task you just processed, you need to proceed with the task. If it is not the same, you need to click Save.
(To be more specific, if No. 1 and No. 2 are the same out of a total of 4 rows, you should save after processing up to No. 2, rather than saving in the middle.)
'How can I know what the next item is in this case?
thanks!!
This is what I was looking for.
It really helped a lot!!!
Can I ask you one more thing??
I want to get the final result by tying the data table from which the result was taken as shown on the left in the image below with the same codes as shown on the right.