• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Creating/Updating contact from MySql query [ActiveCampaign]

888lorenzo

Member
Hello,
I'm trying to build a workflow as explained below:
  • at a specific time (Schedule by Pabbly) a MySQL query runs (MySQL : Custom Query)
  • the contacts retrieved by the query are added/updated to a specific listo of ActiveCampaign (ActiveCampaign : Create or Update Contact)
The problem: the query retrieves several contacts but only the first is added/updated in ActiveCampaign.

Is there a way to perform the action to all contacts?

Thanks in advance
Lorenzo
 
P

Pabblymember11

Guest
Hey @888lorenzo

You can use the Iterator action step after the " MySQL: Custom Query" action step which will add the data one by one, though need to capture the data in advance format by toggling the "Simple Response" whcih will get the data in JSON format and that data can be used on Iterator action step.

Though we have configured the same in your workflow and would request you to give it a try.

I hope this might help you out.

 
Top