One called Archive, where I store RSS items I have already processed.
Whats I have in Make & what I’m trying to achive:
In make, I use 2 search rows module from google sheets (each pulling from the respective sheets).
My aim is to create an array from the values that Main has and Archive doesn’t (basically making sure I haven’t processed them before and then adding that array to the Archive sheet so I don’t process them again)
I can’t figure out how to do it…
Add a Search rows module to search for all Rows in Main.
Next, add another search rows module on Archive, that will run for each row found on the first one.
On the second module, add a filter on some unique value of both (url?) where the value being returned by the first module is equal to the value on the second one.
Then add a filter after the second module where the total number of bundles returned = 0, meaning no result was found.