Search results

  1. 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?
  2. 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
  3. 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