2 Datatable difference

I have 2 datatable which are quit similar in columns

It has similar rows too … I need the rows which are not similar with other datatable

1 Like

Hi
did we try with JOIN DATATABLE activity
Cheers @Sweety_Girl

Can we get only the dis similar data thu that

What type of join you have tried in Join DataTable activity? @Sweety_Girl

Hi @Sweety_Girl,

Try this,

Thanks!

1 Like

hmm…ok to get the dissimilar data, join datatable is not the right one…
fine are we comparing the entire row or with any specific column
Cheers @Sweety_Girl

Example
datatable 1:

No name age place
1 a d
2 b e
3 c f

Datatable2:
No name age place
1 a d
2 b e
3 c f
4 x g

I need the output as

No name age place
4 x g

2 Likes

UnmatchedRows.xaml (10.9 KB)

Thanks!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.