I am trying to automate a newsletter. My scenario’s trigger is when a new pdf article is saved in dropbox. the next module downloads that article and sends it to PDF.co to grab the text from the article. I am then using HTTP to post that text to Claude AI to summarize the news story in a specific manner. Finally, I want that summary to be saved in a google doc. I have built this scenario, and when I run it, all modules run without error. However, there’s no content entered into the google doc.
The breakdown seems to occur between HTTP and Google Docs. HTTP gets the text from PDF.co, sends it to Claude and the output shows it includes the desired summary. However, in the next module, Google Doc, the input is null. I’ve mapped out the files and content and tried trouble shooting with ChatGPT, but nothing seems to work. Here is the blueprint for my scenario:
[blueprint (1).json|attachment](upload://fzh8MT
HTTP Input+Output.txt (5.9 KB)
nmetKNqWXjkKOAlcZu1yb.json) (26.1 KB)
Anyone else have this issue or ideas on how to troubleshoot the issue?