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

Fill a checkbox in Google Sheet based on Column

Hi team,

I have workflow that triggers when a course member completes a lesson. I want to update my google sheet to track their progress.

Currently, the trigger works, i have the information i need, but i don't know how to have the automation check the checkbox

Trigger - Lesson Completed
Action - Lookup Spreadsheet Row (for finding the row with the member's email)
??
??

Each column has the Lesson's name to make it simpler, but I don't know how to have the automation find the specific column and fill the checkbox.
1719193524405.png


My workflow link - IjU3NjUwNTY1MDYzNTA0M2Q1MjZlNTUzMjUxMzEi_pc
 
Hey @benjaminshuu

Kindly pass the term 'true' in the checkbox type field to check it out.

View attachment 43788

View attachment 43789
This is not my question. I might have confused you. This is the sequence of events that I think should happen.

1. A member completes a lesson in LearnDash (Trigger)
2. Find the google sheet row with the member's email address
3. Find the google sheet column with the specific lesson name (I'm missing this part)
4. Check this specific Column:Row box so I know this member have completed this lesson.
 
Last edited:
P

Pabblymember11

Guest
2. Find the google sheet row with the member's email address
3. Find the google sheet column with the specific lesson name (I'm missing this part)
Regarding your concern, please fill the first row of the sheet and share a screenshot so that we can further assist you.
 
P

Pabblymember11

Guest
Yes but only the second row and in your shared workflow's action step we can only see only two rows field.

1719398368513.png
 
P

Pabblymember11

Guest
Hey @benjaminshuu

For your use case, we've incorporated the LookupSpreadsheet action at step 3 to retrieve the users' email addresses and row indices. Subsequently, you will need to establish individual routes to assign course completion and then map the value 'true' to the corresponding course in each distinct route.

 
Top