• 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.

Connections got two products on Teachable workflow

fatboy11

Member
The idea is that at the time of enrollment it should capture the ID, but from 2 or more courses. Depending on the variable that contains the course name, it should take the correct one.

I’m testing it with a router as we saw yesterday; during enrollment it splits for the user that is already created.
But so far, I haven’t figured it out.

Captura de pantalla 2025-09-10 a la(s) 17.40.49.png
 

ArshilAhmad

Well-known member
Staff member
Hi @fatboy11,

Could you please create a short screen recording and elaborate a bit more on your exact concern? Also, kindly share the Workflow URL where you are facing this issue.
 

fatboy11

Member
We’re running a flow from WooCommerce → Pabbly → Teachable. Our WooCommerce store has two separate products (Course 1 and Course 2), which correspond to two Teachable courses.
However, the integration is only assigning Course 1. When a customer purchases Course 2, Teachable still grants access to Course 1 instead of Course 2.


We need guidance on how to branch the workflow so that the correct Teachable course is assigned based on the specific WooCommerce product purchased (Course 1 vs. Course 2).
Workflow URL for reference: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZhMDYzNTA0M2M1MjY5NTUzZDUxM2Ii_pc


Thanks in advance!
 

ArshilAhmad

Well-known member
Staff member
Please disable 'Simple Response,' then click on 'Re-Capture Webhook Response' and capture a new order in WooCommerce.
1757620107628.png


Then add an Iterator to your workflow to iterate through all the line items in your orders. Map the item name to both your routes. This will ensure that each time an order is placed, all its line items are iterated. If a user purchases item 1, route 1 will be executed; if they purchase item 2, route 2 will be executed. If they purchase both items, both routes will execute. In each route, add the 'Teachable: Enroll User in Course' action step with their designated courses.
 
Top