Skip to main content
Question

How to load records from SQL into Mailchimp

  • August 21, 2024
  • 1 reply
  • 18 views

I have a table in SQL Server that has 2500 records.  Each record represents a person.  I need to load these records into a Mailchimp list.  If the person already exist, then update otherwise insert.

Seems simple, but I can’t seem to get this figured out.  I can setup a SQL task to retrieve all records.  But, I don’t see a way to loop through each record and use each record in a Mailchimp task. I do see the loop task but that seems to just setup a loop and does not retain a specific record to be used downstream.

Please let me know how to accomplish this in zapier.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • August 21, 2024

Hi @paulbfelix 

Help link for using the Looping app to iterate: https://zapier.com/apps/looping/help

Map variables into the Looping step, then map variables out from the Looping step to following Zap action steps.

NOTE: The Looping app has a limit of 500 iterations.