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?