• 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

Empty column with Google Form

Salvador

Member
Hello everybody,

I have a Pabbly Conect Service from Google forms to twilio where the user has to add the email, name and phone number, when the user hits send form the data is written in a Google Sheet, this sheet runs a script with App script to generate a serial number based on the name. For some reason (I'm guessing related to asynchrony?) This row almost always is empty, it seems the job gets triggered before the script creates the serial number. Is there any way to fix this?. It's the "Registro" column:


1.png


Is therea any way to call a workflow from the app script? That would be helpful.
 
Last edited:

ArshilAhmad

Moderator
Staff member
Hey @Salvador,

Please grant me access to your workflow by adding me as a team member. This will allow me to gain a better understanding of your issue.
Once you have added me as a Team Member, do let us know the name of your workflow.
Email: [email protected]
Also, remember to revoke access once your query has been resolved.

Attaching a video for your reference:

 

Salvador

Member
Hey @Salvador,

Please grant me access to your workflow by adding me as a team member. This will allow me to gain a better understanding of your issue.
Once you have added me as a Team Member, do let us know the name of your workflow.
Email: [email protected]
Also, remember to revoke access once your query has been resolved.

Attaching a video for your reference:

Thank you. You've been added as a team member and I've shared my workflow with you.
 

ArshilAhmad

Moderator
Staff member
Slowing down the time to capture data from Google Sheets is not possible as the trigger gets executed instantly. As a workaround for this issue, you can add a delay of 1 minute, capture the responses using Google Sheets: Get Row(s), and map the captured responses in your message.

1685490732281.png
 
Top