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

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

Recent content by Andreas

  1. Andreas

    Execute one step after the iterator is done

    @Hermes Thank you very much. I will try that! Thank you very much again for your time.
  2. Andreas

    Spreadsheet formula COUNTIF not behaving as described in your doc

    I copied COUNTIF(['Caen', 'Melbourne', 'Palo Alto', 'Singapore'], 'a') from your docs & got **** Type spreadsheetFormula Result 0 **** According to your doc Result should be 3. Am I doing something wrong?
  3. Andreas

    Execute one step after the iterator is done

    @Hermes Yes, that's exactly what I am trying to achieve. Thank you very much
  4. Andreas

    Execute one step after the iterator is done

    Thank you very much for your reply. I read your demo. If I understand correctly, what you have is analog to **begin pseudo code** for x in [a,b,c, ...] { block A of steps } **end pseudo code** so "block A of steps" is executed n times Did I understand that correctly? I am looking for a way to...
  5. Andreas

    Execute one step after the iterator is done

    I have an iterator over a list. I would like to execute one step after the iterator is done. In analogy to a loop I am trying to achieve this: for x in [a,b,c, ...] { append x to Gsheet } end for send webhook
  6. Andreas

    Stringify Json

    Thank you very much. The file type is not important for me. I just would like to save the json response that I get from an API to Google Drive or another cloud storage. So if the file type is .txt or .xyz that's fine for me. How can I do that?
  7. Andreas

    Stringify Json

    Thank you very much. How can I save the json as a file in google drive?
  8. Andreas

    Stringify Json

    How can I use pabbly connect to stringify a json and store the string in a cell in a google sheet?
Top