Hello everyone,
I’m working on a project in Make where I need to scrape data from two different news websites to create a summarized article using ChatGPT. I have set up two separate HTTP routes—one for each news article.
However, I’m having trouble connecting both routes to ChatGPT so that it can take data from both articles and create a condensed summary.
Here’s what I’ve done so far:
- Configured two HTTP modules to fetch data from each news site.
- Used Parse XML to extract the necessary information (titles and descriptions).
- Tried various methods to combine the results (like Array aggregator and Set Variable), but I can’t seem to connect both routes to ChatGPT effectively.
I would greatly appreciate any guidance on how to centralize the data from both HTTP routes and send it to ChatGPT for summarization.
Thank you for your help!