REST API to Excel integration Azure Logic Apps

222 Views Asked by At

I have data extracted through REST API from one of my applications and store it in a spreadsheet. I am using Azure Logic apps to extract data based on the date range for incremental loading everyday. In worst case, if I run the workflow twice in a single day, the data might be duplicated in the target spreadsheet. Is there a way to keep a check to avoid inserting or update the existing data in the target side ?

0

There are 0 best solutions below