I am trying to import data from an excel table into a dataverse table.The Flow I created triggers off the creating of a file in a sharepoint document folder.
I am experiencing two major problems
1) sometimes multiple instances of the flow are triggered. today 20 copies of the flow were created when the file was created!!!
2) even when only one flow is triggered, duplicate records are created. These are the steps I am taking:
I create a list of all the records in the file:

Then for each record i check if it is not blank. otherwise, i add a new row to the Dataverse table

I cannot figure out why these are happening. I have spent so much time on this.....
I am begining to believe that it is not possible to do what i planned and I need to scrap the project....