Google Sheets · Arazzo Workflow
Google Sheets Tag and Find a Spreadsheet With Developer Metadata
Version 1.0.0
Create a spreadsheet, attach a developer metadata tag via batchUpdate, then search for it by key.
Provider
Workflows
tag-and-find-developer-metadata
Create a spreadsheet, tag it with developer metadata, and search for the tag.
Creates a spreadsheet, attaches a spreadsheet-scoped developer metadata key/value pair, and searches for it by key using a developerMetadataLookup data filter.
1
createSpreadsheet
createSpreadsheet
Create the spreadsheet and capture its generated spreadsheet ID.
2
tagSpreadsheet
batchUpdateSpreadsheet
Attach a spreadsheet-scoped developer metadata key/value pair using a createDeveloperMetadata batchUpdate request.
3
findByKey
searchDeveloperMetadata
Search the spreadsheet for developer metadata matching the supplied key using a developerMetadataLookup data filter.