Hey, I have the following goal:
I want to trigger an AI search with the tool you.com based on a search term. You.com is connected via an API interface. This also works well. I use the HTTP module “Make a request”. I receive a total of 10 “hits” in the output. Each hit is a response from You.com from a source. So I have a total of 10 different facts with 10 different sources.
I want to save all sources in a Google Sheet.
The problem is that only the last source is saved in Google Sheets and all other 9 sources are overwritten.
So far, the only approach I have is to attach an iterator afterwards, which translates the “hits” into “bundles”, but then saving in Google Sheets still doesn’t work.
How do I solve the problem?