I have a list in SharePoint that contains titles of documents (ControlledDocuments) These documents have an expiry date. I have set up a condtional column to mark if they are overdue. IF they are overdue, I have created a flow to push the titles into a planner task.
My problems is that it is running on a weekly recurrence and I am finding duplicate entries are being created in the planner which is not helpful. I am trying to create a condition to only add an task if it does not already exist. all of my ControlledDocuments have a unique title which is also the name of the title of the task.
I have tried a number of different combinations to get it to fire, but my true path never works.
Any advice greatfully recieved