Filter by condition - add remove option

Warning: Very small request compared to others on here! Apologies in advance if I’ve missed something.

Being able to remove the qualifying rows when using ‘Filter by condition’ transformation/action would be really useful. At the moment you can only keep them (I think?)

Hi, Alistair

You can just add “not” operator before your condition. Like this:

not ([Column] > 100)

Bah! Brilliant, cheers.