I created 20 keywords from chat gpt and separated them using tools set variable using split variant. That works so far.
Now I want to transfer these keywords to Google Sheets. But this only works so that all keywords end up in one cell or only the first one in all cells. I can’t manage to distribute all 20 keywords in cheet, e.g. A1-A20 One keyword per cell.
How do I get that?
If you need assistance, please provide the following:
1. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
If you want to include each bundle value of iterate into different column of same row in the google sheet. Please follow the below steps.
1.Aggregate the iterator value with bundle length.
If you need to get in same row with different column, please use iterator and aggregator method. Please make sure that you are using internal name for using map function.