Filter multiple values from table

I have a workflow that pulls the content of an rss feed. Now I want to exclude the content from specific domains.
I have put the domains in a Table Creator node and feed these to a Row Filter in a Table Row To Variable Loop. This works fine for each iteration but the end result is not what I am aiming for.

Let’s say domain A is filtered in iteration 1; however, it “survives” iteration 2 where I filter for domain B.

Can I somehow only keep the rows that “survive” every iteration?

Hi,
I think the Reference Row Filter is exactly what you need :slight_smile:
Kind regards
Alexander

1 Like

Looks good, thank you.
Only issue I see now is the missing option to use wildcards. Is there any way around that?

Hmm, not directly. But maybe you can use the loop you described, except that you only keep the matching domains, i.e. those you want to filter out. Then in the loop end you collect those rows and then you can use a Reference Row Filter with that table and the original table to filter out the matches.
Kind regards
Alexander

1 Like

That does the trick, thank you very much :grinning:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.