Hello everyone, I’m trying to build an automated process that would help me find a job as an assistant to a manager of some tourism destination in Europe.
The first step was to create a google sheets with the following columns: country, city and company, etc… (those are the important variables for now)
I made an AI Agent to give me the 10 best companies based on city and with the google sheet as a tool, so it wouldn’t duplicate the answers.
I then use an information extractor to classify the Agent’s input into parameters and the issue now is that I can only append one row to the google sheets.
My output from the information extractor looks like this so far:
You didn’t have to use Code node. The most straighforward solution would be to use a split out node, which is exactly for that - taking 1 input of multiple items and creating multiple inputs of 1 item.
See above, we have one array of three items coming out of the set node, and then we split it by the output field, which results in having three separate items, which you could then feed into the sheet node to populate rows.