Skip to main content
Best answer

Formatter text creating duplicate emails and giving duplicate error for Agile CRM

  • September 27, 2020
  • 3 replies
  • 110 views

  • Beginner
  • 2 replies

My ad is collecting name and numbers. Agile requires emails so I used the formatter tool to by pass not having the email but now with creating new contacts. Now I’m getting duplicate contact email error. How can I fix this?

 

Best answer by Danvers

It’s tricky working around the restrictions of an app, but you could do this if you add a number on the end of your fake email address and increase by one for every new contact (eg test1@gmail.com, test2@gmail.com)

 

To do that, you’ll need to use the Storage by Zapier app. Storage allows you to store and retrieve information using secure ‘keys’ (think of them as different rooms). This help guide gives you an introduction on how it works: Save data between Zaps

In this case, you could store a number using Storage and increase it by one every time the Zap runs. The Zap would look like this:

  1. Trigger
  2. Storage - Get Value
  3. Agile CRM - Use the email address and add the number from the storage step as the email address (eg test[number from storage]@gmail.com)
  4. Storage - Increment Value (adds one to the  number in storage so that the next time you get the number, it’s gone up by one)

I hope that helps!

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Danvers
Forum|alt.badge.img+12
  • Zapier Staff
  • 3731 replies
  • Answer
  • September 28, 2020

It’s tricky working around the restrictions of an app, but you could do this if you add a number on the end of your fake email address and increase by one for every new contact (eg test1@gmail.com, test2@gmail.com)

 

To do that, you’ll need to use the Storage by Zapier app. Storage allows you to store and retrieve information using secure ‘keys’ (think of them as different rooms). This help guide gives you an introduction on how it works: Save data between Zaps

In this case, you could store a number using Storage and increase it by one every time the Zap runs. The Zap would look like this:

  1. Trigger
  2. Storage - Get Value
  3. Agile CRM - Use the email address and add the number from the storage step as the email address (eg test[number from storage]@gmail.com)
  4. Storage - Increment Value (adds one to the  number in storage so that the next time you get the number, it’s gone up by one)

I hope that helps!


  • Author
  • Beginner
  • 2 replies
  • September 28, 2020

This sounds like it will work. I’m currently trying to set it up but I'm a little confused.

? 2. Storage - Get Value.?  What value do I get if there is no emails?

Do I plug in the storage get value for the email address for the step that creates the contacts in Agile CRM?

 


  • Author
  • Beginner
  • 2 replies
  • September 28, 2020

It worked perfectly! Thank you!