New audio files added to a Google Drive folder are turned into text and logged in Google Sheets. The flow stores the file in Amazon S3, runs Amazon Transcribe, and then records the transcript, file name, and timestamps in a sheet for easy tracking. Teams that record calls, meetings, or training sessions can use this to keep a clean, searchable record with no manual copy and paste.
Here is how it works step by step. A Google Drive event starts the run when a file appears in a chosen folder. The file is uploaded to Amazon S3 and tagged so you know the source is Drive. The flow fetches the S3 object key, starts a Transcribe job using that S3 path, and pauses at a webhook until it is time to continue. It then checks the Transcribe job, prepares fields like recording name and transcription date, and appends a new row to Google Sheets A to D. This creates a simple pipeline from upload to transcript to log.
To set this up, you need Google Drive, Google Sheets, and AWS accounts with access to S3 and Transcribe. Give S3 and Transcribe the right permissions, set the Drive folder, and update the sheet ID and range. Expect faster turnaround, fewer data entry errors, and a higher daily volume with the same team. It is great for content teams, support groups, and operations that process voice notes or calls at scale.