Over view, read an excel file, check the email doesn’t already exist in my clickup list, if not continue to add them etc.
My issue is when I try and use the filter with “Does not equal” or even “Does not contain” the filter compares each one, then if any one of the item is false, it will contiue. I noticed I was using Text version and not array so tried that too.
For example, say the below already already existed:
It would compare batman@batman.com against each one, first one would be false, then the next one would be true, then it would add it again. When I try other filters, it doesn’t add it at all.
Over here, you can simply use, If Array length is greater than 0 or equal to zero based on what you want to get. If greater than 0, It will mean it exists or else it doesn’t.