Good morning.
I am trying to create a flow that will run when an excel spreadsheet is updated with a new row of data.
The excel sheet is populated with contact info and a specific interest, based off clients filling a form out on my website. I want to either create a task in dynamics if they already exist as a client. But if they do not exist, create a contact and then create a task.
I do not want to have multiple contacts of the same person. My current attempt of doing this creates all the contacts on the spreadsheet each time, not just the new one.
Here is the process I am trying to achieve.

Can anyone help me with the Dataverse actions I need to use to make this happen?