How to filter a datatable by another datatable column value?

I have 2 excel files, “Master” & “Export”

“Master” Excel
image

“Export” Excel
image

I wanted to generate a new Excel called “New”, expected result as below
image

How to filter “Export” excel with “Master” excel column “ID”? Or any other way to achieve this result?

Hi,

How about using JoinDataTable and FilterDataTable as the following sample?

Sample20230711-1L.zip (14.5 KB)

Regards,

Hi @Yoichi

Thanks, can you please share details about the join and filter activity? :pray:
I couldn’t check details within the script you provided.
image

HI,

Hope the following helps you.

Join DataTable (please set Left at JoinType)

image

Filter DataTable

image

image

Regards,

1 Like

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