Hi all. I’m trying to use the gmail pack to sync 1000s of emails and then add a filter based on sender. I’ve been racking my head trying to implement a seemingly straightforward filter that excludes all the senders I specify.
So far, this formula works outside a table:
However, the same doesn’t work as a filter within the table:
Is this a bug or am I doing something stupid?
Cheers!
Edit: I’d like to add that I’ve tried a few different iterations in the table like:
Name.Contains(1, 2).Not()
thisRow.Name.Contains(1, 2).Not()