Hi,
Each day I have a email that creates an excel table from an attached file and then I have a flow that is trigger when a new excel file is created in SharePoint

Then the table is filtered by "@" because I need to use only the lines that have values

And then the data is saved into sql database


The problem that I have is that I need to add another filter
, if emploieeid (sql) is found in Emploiee Id (in excel file) than don't add to sql database
At the moment if the excel file is created with same data from a day before, is imported in sql and creates duplicates 😞
This is how my flows looks like

Kind regards
Bogdan