Overview
Usectx.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.