Load customValues into customFields at beginning of automation
J
James Campbell
I have a customField with checkboxes. I add a customValue {{custom_values.business_name}} to the customField checkbox value.
Then, in an automation, I want to fire different actions based on the selection, so I set a "customField" includes "some value".
But since the automation doesn't load the customValue, I get {{custom_values.business_name}} !== "Business Name", and so the automation filter fails.
But if the customValues that are used in customFields are actually loaded in the automations, this will work.
Log In