I am trying to modify this workflow: How to Transcribe Speech to Text with ChatGPT and Notion
Basically it takes an audio file, transcribes it and then uses chatgpt to create meeting notes. I dont have audio files and already have the transcript. So I tried to use the google download file function but it only returns the file name. The original workflow that transcribes the audio creates a return value that contains the entire transcript and then gpt uses that. So I need the text from the transcript. Doesnt anyone know how to reference that as a return value?