Hey Fellows 🙂
I have a problem building a Flow. Maybe some of you can give me an inspiration.
So what i have build is a Custom Connector, importing Data from a hybrid Business Central into a custom Dataverse Table.
The Problem is, that i have to run the flow every 24 hours, so it get "new" Data from BC, but when i do that, it importing all the data again, without checking dublicates. Now i want something, detecting the dublicates and removing it.
My first thought was, i make a automated flow, with a automated trigger in dataverse "if a new item is created" it will look through the other items and if its a duplicate, it will delete it.
But no idea how i start there. Can somebody give me a hint? Or maybe there is another better way to check for duplicates?
Cheers