Filter doesn't work. Everything goes through

Hey there!

hope u can help me.
So what I’m trying to do is to filter the Output Data Results but the filter won’t filter out - It’s letting everything through.
image

And here are the filter settings

So basically I just want to have those Downloadslinks which exists.

Hope this is understandable what I’m trying to explain.

1 Like

Hi @ImNotMaking,

Are you trying to filter out each collection individually? Or are you interested in the watermark value of the second collection item (your second condition)?

At any rate, you can see why everything is going through by looking at the results of the runs.

I recorded a video for someone else which explains how to check that:

https://vento.so/view/4042305b-1e30-4465-8918-65ea485319df?utm_medium=share

If this doesn’t help resolve your problem, make sure to post the input and output bundles so we can see what data you’re dealing with and maybe someone will notice why your filters aren’t working.

L

Hi @ImNotMaking
If you are trying to filter out each collection individually you can iterate through the data and then apply the filter and then aggregate the output
Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

1 Like

Hey thank u!
Yes I’m trying to filter out each collection. So only letting through collection 1,2,3 etc. if it matches the parameters

Thank u. So basically like this?
image

Or should I put the filter after the iterator?
Do you know if there is another way for less operation consumption?

Thank u

So for anybody looking for a solution for the same problem as me. Here is what I did:

image

Download = I want the DL Link
Watermark = only passing “false” ones

4 Likes

Nice work and thanks for sharing with everyone.

You might even want to mark your answer as a solution!

L

2 Likes

Thanks for ur help :slight_smile: