Merge a range of cells in google sheets.
Merge a range of sheets using specified merge types in google sheets.
This activity can only be used after the Create GSuite Connection Activity.
Create GSuite Connection Activity
Credential: Object Variable A variable name that references the user credential to access the resources.
Object Variable
SpreadSheet Id: String Argument The Id of the spreadsheet is to be merged.
String Argument
Sheet Name: String Argument The name of the sheet to be merged.
Range: String Argument The range of the sheet to be merged.
Merge Type: The type to be merged.
MERGE_ALL - merge all cells in a range.
MERGE_ALL
MERGE_COLUMNS - merge each column in a range.
MERGE_COLUMNS
MERGE_ROWS - merge each row in a range.
MERGE_ROWS
Last updated 3 years ago