How can I update google sheets with new users details?

Your Workflow URL
https://connect.pabbly.com/v2/app/workflow/mapping/IjU3NjYwNTY0MDYzNTA0MzU1MjY1NTUzMzUxMzAi_pc
Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
As title states, I would like to find a way to use Pabbly and integrate google sheets with sendpulse. Whenever a new user finishes a questionnaire on my chatbot, I would like it to trigger the Pabbly webhook and update that user's information onto a NEW row.

Have been playing around for a bit and cant seem to find a way to map google sheet columns with variables of sendpulse. It only allows me to map it with user specific variables.
(meaning if say user 1 and 2 have data under variable "age", with my current workflow I can only update data of user 1 on a new row instead of a new row being created for both user 1 and 2)
 
Last edited:

Preeti Paryani

Well-known member
Staff member
Hello @DriveDollars,

Please complete your profile setup by filling in the details, so I can proceed with checking the reported issue.

1763360701220.png
 

Preeti Paryani

Well-known member
Staff member
Hello @DriveDollars,

Thanks for making the adjustments and sharing the workflow URL.

For your use case, you can solve this by adding a Google Sheets → Lookup Row step after the trigger. This will check whether the user already exists in the sheet.

After the lookup, add a Router with two routes:

  • Route 1: Lookup contains data → use Update Row
  • Route 2: Lookup does not contain data → use Add New Row
This way, if the user is found, the row will be updated, and if not, a new row will be created automatically.
 
Top