Google Sheets · Arazzo Workflow
Google Sheets Copy a Sheet Between Spreadsheets
Version 1.0.0
Read a source spreadsheet, copy one of its sheets into a destination spreadsheet, then confirm the destination.
Provider
Workflows
copy-sheet-between-spreadsheets
Copy a single sheet from one spreadsheet into another and confirm it.
Confirms the source spreadsheet, copies one of its sheets into the destination spreadsheet, and reads the destination back to confirm the copied tab.
1
readSource
getSpreadsheet
Read the source spreadsheet to confirm it exists before copying from it.
2
copySheet
copySheet
Copy the named sheet from the source spreadsheet into the destination spreadsheet and capture the new sheet's properties.
3
confirmDestination
getSpreadsheet
Read the destination spreadsheet back to confirm the copied tab is present.