I have an Automation and I want to see if Field1=Field2.
The IF/THEN only allows a fixed value on the right side.
Any ideas how to take an Action in the automation based on Fields being identical?
I have an Automation and I want to see if Field1=Field2.
The IF/THEN only allows a fixed value on the right side.
Any ideas how to take an Action in the automation based on Fields being identical?
Hey! Great question — you’re right that the standard IF/ELSE condition doesn’t natively support comparing two custom fields directly.
Here are your best workarounds:
1. Use a Webhook + Automation
2. Create a “Helper Field” with Automation
3. ActiveCampaign’s API
Most practical solution for most users is #1 — Zapier/Make.com can handle the comparison logic and feed the result back into ActiveCampaign.