• 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.

Search results

  1. elhanan cohen

    Problem on validation on Sender

    Hi! I have 3 automations that work properly with Sender. Suddenly today I wanted to open a new automation with the app and I got an error message. https://edu-movie.dubb.com/v/h72yr4
  2. elhanan cohen

    Schedule trigger on the last day on month

    Hi! I try to run automation on the last day of the month (28/29/30/31) How can I set it without repeating it on 28, 29, 30, and 31? thank you!
  3. elhanan cohen

    Facebook pages

    Hi! I have 15 triggers with facebook pages, and now 13 not working. I try set again but I dont find it in triggers list. Thanks!
  4. elhanan cohen

    Google sheets trigger not working

    Hi! The Google sheet trigger not working. in the test, it's working, but after configuration, the data is not sent.
  5. elhanan cohen

    Why does workflow not play each hour?

    The workflow schedule each hour, but It stopped after 2 repeats. Does anyone have an idea why this is so?
  6. elhanan cohen

    gmail

    Hi! Do you have an update? @Supreme
  7. elhanan cohen

    Splitting the string into parts according to the headers

    great! and if I want to Use numbers for computational purposes?
  8. elhanan cohen

    Splitting the string into parts according to the headers

    Hi, I have string: [2023-07-30T23:17:38.920Z] [INFO] Grouped data with sums:,{ "Combined Results": { "clicks": 2444, "ctr": 1.3717171344176764, "impressions": 12948 } } I want to split that, each line separately
  9. elhanan cohen

    415 wrong

    The application processed the request but returned a blank response. Refer to the HTTP status code above for details. how can to fix it?
  10. elhanan cohen

    Add value for Google ads

    It splits the text. If I could do exactly the opposite - plug it in and work on it with JS that would be great.
  11. elhanan cohen

    Add value for Google ads

    Thank you! but I don't receive the same same. he received one result, I received 30 results.
  12. elhanan cohen

    Automated Facebook Ads Reporting

    I did exactly what you asked. 1. I put all the account IDs of the customers in the Airtable list. And I added a counter field. 2. Every hour it runs on a different account (we'll start from number 1). 3. I search Airtable according to the number that just arrived and pull the advertising account...
  13. elhanan cohen

    Add value for Google ads

    https://connect.pabbly.com/workflow/share/C0MDMQRTVzRfFQdtUgEDJFxIVlJVDABjXURSQFJdVi5VGwRBDUwLYQBMBScHRFIzUhtUPgFdADgJHVFVUgQBclZYAhBRUlAqUB0DeAZHXW4LVQMrBGU# The workflow is like this: Every 8 hours the workflow runs. It pulls all the records from Airtable, including the access details to my...
  14. elhanan cohen

    Add value for Google ads

    thanks! I searched dynamic functions because I run the zap on some Google ads accounts, so the number of the same fields is not static.
  15. elhanan cohen

    Add value for Google ads

    I receive from Google Ads separate results for each campaign and for each device from which users surf. I am trying to add all the values. Does anyone have an idea? I can use the code but need to somehow catch all the output from the previous step.
  16. elhanan cohen

    find the biggest number from all results

    Thanks! working! const jsonData = [All records] // Extracting the "counter" values from the JSON data and finding the largest number const largestCounter = jsonData.reduce((max, item) => { const counter = item.fields["counter"]; return counter > max ? counter : max; }, -Infinity)...
  17. elhanan cohen

    find the biggest number from all results

    https://connect.pabbly.com/workflow/share/DUUFNwdQBGdTGQBqVAcCJV1JBAAAWQBjXURRQwMMBX1THQNGDE0NZwFNUHJfHAJjVh8IYlIOUWkKHldTCF5TIFRaVUcGBV0nB0pWLVQVCjkNUwUtB2Y#
Top