Description
Changes a content of cells within the specified range. To make the function work, you need to provide the platform access to the Google Services through Bot Runner or Studio Pro.
Bot Runner:
Right click on the 'ElectroNeek Bot Runner' in the bottom right tray → "Settings" → "Services".
Studio Pro:
Navigate to "Settings" → "Services Connection".
Parameters
-
Set a value: enables you to directly write the id.
-
Save the previous step result: chooses the previous activity result as the id.
-
Calculate a value: enables you to use available properties and methods to form the id.
To get the spreadsheet id open manually the document. The text between '/d/' and '/edit' is the spreadsheet id.
-
Set a value: enables you to directly set the desired range, for example,
A1:B3
or'Sheet3'!A1:C5
. -
Save the previous step result: chooses the previous activity result as the range.
-
Calculate a value: enables you to use available properties and methods to form the range.
-
Save the previous step result: chooses the previous activity result as the data.
-
Calculate a value: enables you to use available properties and methods to form the data to be written, for example,
[["New Value 1", "New Value 2", "New Value 3"]]
.
Contains an annotation to the activity. The input text will be displayed above the activity name.
Usage Examples
This activity will be useful when you need to change some specific cells values without modifying the whole data array.