Google Sheet: create individual sheets and assign a name

This is a feature request.

Among all the actions I have at disposal, I wish I had a "create new sheet" (not SpreadSheet) , in which I can assign a specific name to it...

I need to programmatically create a new Spreadsheet, with four distinct sheets inside, each with their own name, and then write into them separately.

I tried everything and came up with an ugly workaround, using the "copy sheet into an existing sheet" function, which creates them with the name "Copy of ...."

pleeeease

Hello @Nicolo_Paternoster!

I can definitely make a feature request for this, and keep you updated on what I hear from the engineering team.

I believe we might be limited by the Google sheets API but I would imagine it should be possible to programmatically create a new sheet and name it inside of a parent spreadsheet.

That'd be great