Hey there,
I’ve been trying now for 8 hours and I can’t figure it out.
I’m trying to achieve the following:
When a change in Google Sheets happens, I let it go into the iterator (router is needed for later). Inside the iterator, I have the fields mapped:
Then it goes 4 times into Claude to do my translations.
The output are 4 operations:
To get those for operations into one array, I used the text array module with a custom separator:
Then I though, to have the variables available for mapping in my last step “Add a row to Google sheets”, I need to do an iteration again, so I can access the fields one by one for mapping. The output from the iterator looks as following:
Unfortunately, in the last step, I’m only able to chose “Value” but not a specific one:
I’ve also tried with the array aggregator instead of the aggregator but the output is the same.
What am I doing wrong?
Thank you so much for your help in advance - really getting nuts here!
Best regards
David