Загрузка страницы

Google Sheets: onEdit Basics

Here I show some basics of using onEdit() triggers.
* onEdit() triggers are not meant to be manually run; rather, they automatically run whenever a user changes a value on the spreadsheet.
* An event object is typically passed to the function, typically called e, which contains information such as the range, source, oldValue, and value of the edit made.
* You cannot have multiple functions called onEdit() in the same script file (only the last one will be recognized). Rather, consolidate all conditionals and actions into a single function.

Resources:
Simple Triggers Documentation - https://developers.google.com/apps-script/guides/triggers
Event Objects Documentation - https://developers.google.com/apps-script/guides/triggers/events

Видео Google Sheets: onEdit Basics канала Spencer Farris
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
23 декабря 2020 г. 22:50:11
00:10:56
Яндекс.Метрика