I’m creating a new Google Spreadsheet from a template in Make. Immediately after, I need to rename one of the sheets inside it.
When I use “Copy a Sheet”, the output includes a numeric sheetId
that works fine for the Rename a Sheet module. But when I use “Create Spreadsheet from Template”, there’s no sheetId
output — only the spreadsheet ID.
How can I get the sheetId
of a specific tab from the new spreadsheet right after creating it from a template so I can rename it?
Thanks!