How to filter the content of this array to be able to filter on the content

Hi so i’m making a flow. The flow is made up out of a form where you put in the url of your website. And it will then use this URL to scan the seo of this page.

Now i would like to make a setup that when a person puts in the same url twice, it wil not run the flow again. Instead i want it to have a filter that wil verify with its database that the url has already been used. So i can just go fetch the already made SEO audit from my database and send this out again, without having to run the entire flow again.

Here are the pictures of my setup:




A quick explination of the current setup:
First you have the file where you see the url that are bein used. I aggregate them to make sure that i only get one output and my flow does not run multiple times based on the number of url’s in the database.

The problem with this is that when i try to match the url input of the form i doesn’t seem to match it. Even if the url is inside the array it wil never pass trough array filter 2. But wil always pass trough array filter 1.

I think i would be able to fix it with a get request, but i have never done one yet. Is there anybody who can confirm that this would be able to solve my problem and could then help me with writing the preferred get request.

Here is the output of the array aggregator:

Thanks in advance and have a very nice day. Big love!!