Skip to main content
Question

Thundertix to Every Action Zap: Overwriting Instead of Adding Activist Codes

  • 9 July 2024
  • 1 reply
  • 5 views

I’m trying to create a zap where when someone buys tickets in Thundertix, it updates the contacts information in Every Action. One of the things I want it to do is add “Live Performances” as an Activist Code to the customer’s profile.

My issue is that when the import happens, it is getting rid of the Activist Codes that are already assigned to the customer in Every Action and replacing it with just the one “Live Performances” Activist Code -- instead of just adding it.

1 reply

Userlevel 7
Badge +14

Hi @ChehalemCulturalCenter 

Try this logic:

First find the Contact in Every Action.

Then use Paths: https://help.zapier.com/hc/en-us/articles/8496288555917

If found = TRUE, then update the existing Contact and include their existing Activist Codes along with the new Activist Code.

If found = FALSE, then create a new Contact and include the new Activist Code.

 

Reply