Hello,
I have built a reoccurring flow to look at a custom entity records 'Review Due' date which are upcoming within 28 days or overdue, filter on a status reason, then add those which are identified into a specific queue.
As this is a reoccurrence on a nightly basis (as we are using this to review all records based on file retention periods), the flow will show as failed for the records which are already in the queue. So, I have two scenarios I would like to solve through the flow:
1. How to build into the flow to check if the item is already in the queue and not add it.
2. How to build into the flow to check those which are in the queue, to make sure the original date conditions are still met (as these dates can change if a user enters them incorrectly).
The first point is more important, the second I can advise users accordingly.
Here's a snip of my flow so far:



Any help is much appreciated.