Skip to main content

Overview

Use ctx.sheet() to push data (like employees, jobs, contacts) from one sheet to another.

Methods

ctx.sheet()

Get a reference to any sheet by name.

addRow()

Add a single row to a sheet.

addRows()

Add multiple rows at once.

getRows()

Query rows from this sheet with filtering and sorting.

Query Reference

See the full getRows() documentation for filtering operators, sorting options, and examples.

Example: Push Employees to Another Sheet

Example: Push Jobs to Another Sheet