I am trying to create the following flow:
Watch Google Drive folder for new document
Download document
Upload to ChatGPT
Execute a completion in chatgpt (basically transforming the content of the document into a 90 second script)
Exporting the new document back into google drive.
The problem seems to be the completion. ChatGPT is running the completion without using the uploaded document, so it’s creating a 90 second script based on its own fantasy.
Blueprint below.
blueprint (1).json (41.7 KB)
Any and all help appreciated.