Filter columns from 2 tables and get common columns result without duplicates

how this solution an be appended in multitable,xaml provied by @ppr

@shravya
the base task is to configure some settings dtConfig
grafik

MasterJoinCol - left Table Column used for the join
RightTableJoinCol - right Table Column used for the join
JoinResultCol - column Name for the extracted / col filtered Join Result Column (Col of interest)
RightTableName - a datatablevar.Tablename value for which this config is to apply

the left table will be prepared with an additional row index col
all tables that will be used for the join will be labeled with a table name and added to a list

after this preperation all dtConfig rows will be iterated, the setting will be used for the join (col names, result, join result filtering) etc.

Just run it on debug / step wise and refer on the end to dtFinalResult

Thank you I got it but wt is master table and build dt1 and dt2 inputs? Wtever I give in master table I am getting as output which is not my case I just need to club 6 filtered tables without duplicates dis is complicated if you can help on this will be great thanks