GSheets Operator > Google Sheets Operator > Add New Sheet

Add New Sheet

Add a new sheet tab to your spreadsheet. It's recommended to refresh your spreadsheet ref after doing this.

Inputs

In
Exec

In Token
Google Sheets Web Token Object Reference

A validated UGoogleSheetsWebToken object. Used to authenticate the Sheets operation.

Operation Params
Google Sheets Operation Params Structure

Generic request operation parameters

Call on Complete
Delegate (by ref)

This delegate will be called when the operation completes and tell you whether or not it was successful and return the response as a string.

In Spreadsheet Id
String

This is the spreadsheet ID number or key. Get it from your spreadsheet URL by calling GetSpreadsheetIdFromUrl.

In Sheet Properties
Google Sheets Properties Container Structure (by ref)

This parameter is a stringified json object. You can create one easily using commonly-used properties, like Sheet ID and Sheet Title, by calling MakeCommonSheetTabProperties().

Outputs

Out
Exec