I am trying to create the below flow which calls an api on daily basis and inserts data into sql server table row by row in a loop.
I want to execute a merge operation here that is before final inserting into table I want to check if this data already exists in table or not. How do I achieve this in flow. Pls help.
. I want to