Action group: Google services
The action deletes the specified row with upward shift.
Свойство | Описание | Тип | Пример заполнения | Обязательность заполнения поля |
---|---|---|---|---|
Параметры | ||||
Контекст | Идентификатор сеанса, к которому будет применено действие. | GoogleTablesInstance | Да | |
ID документа | Идентификатор документа, к которому необходимо применить действие. | Строка | 12Q3VXVkv-6Y2IMH | Да |
Лист | Наименование рабочего листа. По умолчанию первый лист документа. | Строка | Лист1 | Нет |
Индекс строки | Индекс строки, которая будет удалена. Индексация начинается с 1. | Число | 3 | Да |
The Google Sheets API has a limit of up to 60 read-requests per user per minute. To ensure that the action does not immediately generate an error when the limit on the number of requests is reached, the action includes a loop operation that will resend requests within a minute.
There is a Google spreadsheet:
Delete row "4".
Use the "Context Google tables", "Delete row" actions.
Result
The program robot completed successfully.
The desired row is deleted.