I have a flow which is getting different sets of data from two tables (which are stored into two different excel files) and I want
to merge the two into a single table by appending the data from the table in excel file 2 into the table into excel file 1. Both of
them have one common primary key which is unique (an e-mail adress).
I want combine both table into single table for each row return from the table in the second excel file, I tried with a for loop but could
not make it work.
Any solution on my problem here? Any help would be great.