My filter on Google Sheet is not working and I get duplicated tasks in make

Hi everyone.

Probably for most of you this is very simple.

I am trying to get some data from a youtube channel so I can embed some videos on my website.

This is my module:

Basically I get a video from Youtube channel, set a variable where I put the ID of the video to the URL and post it with API POST on a Wordpress website.

It works perfectly, but I need to add a filter or a condition where I can avoid having duplicates.

So for this I have created a Google Sheet where I add a row with all the data, included the youtube video ID that runs everytime the automation publish something.

As you can see I have several duplicates.

I added aswell the filter here:

With these settings inside:

But now that I’m testing it, it runs multiple times, even if I set the filter where “ID Video” in Google sheet DOESN’T CONTAIN “ID Video” from Youtube result.

What am I missing?

What does your Google Sheets Search Rows configuration look like?

1 Like


Now that i’m looking at it, I think that it can be something wrong in the filter. Probably it should be " Contain". Am i right?

Yeah. Seems that the problem was in Google Sheet Search Row. I had to put in “Contain” on the filter

1 Like