• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    ๐Ÿš€ Exclusive Lifetime Offers ๐Ÿš€

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • ๐Ÿ”ฅ Pabbly Connect โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Recent content by k2trix

  1. K

    MONDAY - PABBLY ISSUE

    This is an emergency, i really need your help !
  2. 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
  3. 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.
  4. 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...
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. 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