Zoho Sheet Tasks

Note:

  • Each time any of the Zoho Sheet integration tasks is executed, it triggers an API request in the back-end. This call is deducted from the External Calls limit available for the service from which the task is executed, based on your pricing.
  • Only actual executions that receive a response (whether success or failure) are counted, not the number of times the task appears in the script. For example, if Get Records task is placed inside a for each task that iterates five times, the number of external API calls consumed will be five, even though the task appears only once in the script.
     
  • Get Sheets: Fetches worksheets from the specified file
  • Create Records: Inserts data into the specified worksheet
  • Get Records: Fetches data from the specified worksheet
  • Update Records: Updates rows with new values
  • Find: Finds the specified text
  • Replace: Finds the specified text and replaces all its occurrences with a new text
  • Insert CSV: Inserts comma-separated values into the specified worksheet