Google AppSheet table automation
Fires when rows are added (AppSheet bot event: 'Adds only').
1 field
Fires when rows are updated (AppSheet bot event: 'Updates only').
Fires when rows are deleted (AppSheet bot event: 'Deletes only').
Fires on any data change (AppSheet bot event: 'Adds and updates' / 'All changes').
Fires on a schedule (AppSheet bot event: 'Scheduled').
Insert one or more new rows into a table.
5 fields
Update existing rows; each row must include the key column(s) plus changed columns.
Delete existing rows; each row must include the key column value(s).
3 fields
Read specific rows by key; provide key values in Rows.
Return every row in the table (empty Rows, no Selector).
2 fields
Read rows matching an AppSheet Selector expression (FILTER/SELECT/ORDERBY/TOP).
Run a data-change action predefined in the app against the supplied rows.
4 fields
Wire Google AppSheet into a coding agent and let it use these operations as tools.
Start building workflows in minutes with our visual builder. No code required.