I'm using the "Updated Organization" trigger from https://zapier.com/apps/channeltivity/integrations.
A sample trigger has the following payload:
id
7502
preChanges
logo_png_url__c: null
postChanges
logo_png_url__c: null
When I try to use a Filter to only continue if they’re different, it appears that it says the nulls are the same:
How can I compare the nulls to only proceed if they’re different?