Hi all,
I think I’m missing something fundamental here, but can’t seem to find an answer.
In my Automation I want to pull (say) 3 URL’s from the RSS feed, pass them to be scraped, then pass ALL the scraped content into a ChatGTP completion asking it to summarise the key points from ALL 3 articles.
However, this doesn’t seem possible. The iterator passes them one at a time into the webscaper and passes it to Chat GTP - meaning I’ll only get the a summary of ONE scraped website at a time.
I’ve looked at attaching an aggregator after the iterator, but got completely lost as to what that’s actually doing - and it all seemed to pass strange data into chat GTP.
Then I’m wondering why do I need an ‘iterator’?
What Make seems to lack (as far as I can see) is the ability to run some stuff and THEN move on to the next part of an automation within the same scenario - I even PAID someone to look into how this could be done, but they also drew a blank.
This seems like it should be easy, but I’m unable to do it, and a paid consultant couldn’t do it either, so I’m sort of now at the end of my journey with this. Does anyone have any suggestions I should be trying, or letting me know what I’m missing?
If I’m honest - my original intention was to get the automation to write summaries of each individual article as individual Google docs, and THEN write a summary document of ALL the articles - so I’m guessing if this is possible it would be done with a router and two simultaneous sets of operations occurring(?) - but I’ve stripped (for now) my scenario back to just this simple ‘summarise 3 articles from all this scaped text’ one.
I was going to try TWO separate scenarios (one to do the individual article summaries, and then another which goes and gets the outputs from those and summarises them, but this seems so convoluted that I can’t believe it can’t be done in a single scenario).
Any tips? Help always appreciated - I’m completely stuck on this and can’t get past it.