• 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

Recent content by k2trix

  1. K

    Monday get item / get board error

    Same issue than you
  2. K

    MONDAY - PABBLY ISSUE

    This is an emergency, i really need your help !
  3. K

    MONDAY - PABBLY ISSUE

    All my workflow trying to get Monday values have the same issue. I'm running the same workflows for months without any problem, and i didnt change anything. Can you please check what is wrong with Monday or Pabbly ? Thanks
  4. K

    MONDAY - PABBLY ISSUE

  5. K

    Append values to Sheets with quotation marks in text

    Thanks, I found an other way doing this. I format text values into the sheet directly. So i dont need to send json data containing quotation marks into their strings. And i found a way to do it anyway : In any JSON file there's a few tricks.
  6. K

    Append values to Sheets with quotation marks in text

    Hey everyone reading this. I have an issue when i try to append a formula(string) wich contains quotation marks : When i use """ the json structure is broken, then it doesnt work. How can i send quotation marks in my text ? I know we can use {{blank}} {{space}} already, but i cant find a way...
  7. K

    How to set GoogleCloudPlatform ID in Google Sheets AppScript ?

    My workflows creates a copy of a spreadsheets template file i created. Sets a specific name to the spreadsheet. Shares the file with anyone with link. The new file has the same appscript content, but many of my Sheets AppScript functions cannot be used, because the GCP number isn't set. I have...
  8. K

    How to set GoogleCloudPlatform ID in Google Sheets AppScript ?

    How to set GoogleCloudPlatform ID in Google Sheets AppScript ? I'm using appscript with google sheets in order to use custom functions on the spreadsheet. In order to avoid OAuth2.0 authorization for every new copy of my sheets template file used by my team. I need to set the gcp id value into...
  9. K

    How can we set a workflow muting its own weebhook since it's computing data

    Maybe this will help you to understand : My last step is an action (rename monday item) witch triggers the monday webhook (first step) So every time an SQ is renamed, the workflow is called again, and will fail after I want to disable webhook listening (step 1) untill last step is reached.
  10. K

    Repeated Actions

    Hey, i had a similar issue because of a "Route" Step as last step. If you have 4 routes leading to a "send a mail" step , even if the first route filters return true, 2nd 3rd and 4th routes will be tried aswell, an so on. Conclusion, route is not a SWITCH(a,1;b,2;c,3;d,4) operator, bur works...
  11. K

    How can we set a workflow muting its own weebhook since it's computing data

    Hi everyone, apologizes first for the English skills. I' will try my best to explain my issue. I created a workflow triggered by a Monday.com webhook (event : on item name changed) This renames also a Sheet file in Google Drive. I find all rows in a Monday board where names matches previous...
  12. K

    Google Drive - Share with anyone with link as "Writer"

    Hello hello ! I need to share google sheets files to anyone having the link, but not as reader, i need people to edit without signin into google. Can you please give us more control on this automation ?
Top