• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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