• 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

Search results

  1. JeffreyYu

    Why doesn't "<" work in Code?

    Done! Please see this loom here: I think the <> is being parsed as a tag for some reason... there's also no way to escape it that I can find. https://www.loom.com/share/2a530182741845c38932f16f5d635ae3?sid=4f486ba4-a8a1-4e76-bfd9-48cde3b2f871
  2. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    That is so weird, because it IS a paid workspace account. Okay, I’ll ask google support about the findings and get back to you.
  3. JeffreyYu

    Why doesn't "<" work in Code?

    When I run: turnaround = "Normal (3 day turnaround)" return turnaround It returns "Normal" without a problem. But when I run: turnaround = "Normal (<3 day turnaround)" return turnaround It returns: EOL while scanning string literal (<string>, line 3) Why does the < character cause this...
  4. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    That's the thing; Gmail's support team said to get back in contact with you (aka the app scripts?), and that it was an issue regarding App Scripts.
  5. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    Hello! I've done more research with the Google support team, and they said that this is an issue with the apps script quota, NOT the gmail API quota. https://developers.google.com/apps-script/guides/services/quotas My question is, is the AppScript that PabblyConnect runs on executing the...
  6. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    Oh really? When I tested it out in Pabbly with two different recipients, it was counted as 2 towards the quota. That’s why I got confused and asked here.
  7. JeffreyYu

    Can the Router function execute multiple workflows if both conditions are met?

    If I have a router with multiple workflows, like ROUTER If A = 2 ==> Foo Workflow; If B = 3 ==> Goo Workflow; Can the router support multiple workflows executing if both workflow conditions are true? E.g. if A=2 and B=3, can both the Foo and Goo Workflows be executed? Jeff
  8. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    Hi, is the 100 emails/day limit for Gmail inclusive of recipients? For example, if I send one email with 3 people CCed, is it counted as one or three emails? I checked the gmail API limits and didn’t find anything saying there was 100 emails/day of a limit.
  9. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    The weird thing is that the email that is connected is on our business Workspace. Here, it says Google Workspace accounts are allowed up to 1500 or 2000 recipients per day: https://developers.google.com/apps-script/guides/services/quotas Why does Pabbly connect say we can only send 100...
  10. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    Update: it looks like the issue is because we've reached the 100 emails/day quota. I didn't realize that EACH person who receives the email counts as a user. Is there any way to increase the number of emails sent per day? Or is the only way to reduce the number of people CCed in the email?
  11. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    We're having to manually send out emails for the time being.
  12. JeffreyYu

    Gmails in automation suddenly not sending (returning Exceptions)

    Our automated workflow was fine yesterday morning, when it suddenly broke, and our emails were not sending. Upon further research, we found it was because the gmail sending step was returning an exception. Really bizarre, considering it was working fine earlier that day. I tried updating the...
  13. JeffreyYu

    How to insert rows into Google Sheets at row 2 instead of end of file?

    Hey @JeffreyYu Got it. Would autosorting cause the spreadsheet to trigger the workflow each time it is sorted? (Since the data would be moved around)
  14. JeffreyYu

    How to insert rows into Google Sheets at row 2 instead of end of file?

    Hi Pabbly Connect, I'm trying to add in entries from a form into a Google Spreadsheet in DECREASING order (aka the most recent entries at the top, the older entries at the bottom). However, Pabbly Connect upon adding a new row always adds it at the bottom. There's two ways I was thinking of...
Top