Comparing 2 data and check the differences

further details is on the image annotation.

i have 2 column in the build data table activity, some rows have the same data and some row does not. what should i write for the condition for the if activity to check if both row exist

what to write for the second condition is the row data is different, save it to another variable

@Ryan_Lee You can use filter datatable activiy

@Ryan_Lee

Its a case of join datatable and do full join or left join based on your need and then use filter to filter for matched and unmatched rows

Cheers