In provided screenshot I’m trying to get result in the spreadsheet next to the results from first branch. So I can use other scenario and run it.
I have to use iterator so chat gpt results are in separate rows. But no matter how i place second branch either next to the first as linear scenario or with router it messes up with my results on spreadsheet, Not clear why.
if I understand this correctly - the first OpenAI module result goes in the first column and the second one goes in the second column right? And there are different rows of results?
Can you show the outputs of the two modules so we can see how to best combine them?
Thanks for showing interest in solving this problem. All i need is that first branch results matches second branch results like one next to other.
If i use Set variables or other methods it takes only last reult and fills all three next to the text generated. Or in incorrect order. Like you see in screenshots the should match. first result to first generated text second text line to second generated text. ect. Only three results.
Still haven’t found a solution for my issue with this scenario how to make it run. For now i put captions manually so it matches next to the summary that it is from. Would like if Someone could help out!
First chat gpt is giving summary about articles in newsletter.
Second one is searching for sources that picture in newsletter is credited to so when I’m using different automation to use this spreadsheet and post it further on social media.
Write a Linkedin post about Every topic in the article include the orginal titles for every article.
Exclude articles related to the part about free tickets. write only about the three main topics in the newsletter.
{{1.data}}
Down below is example of how to wrie the Linkedin post.
Replicate the same tone, length and style to the Example im giving you with emojis and same lenght.
original headline
free intro text to give context about specific article
3-4 bullet points about facts under free text.
ending in free text after bullet points in every Linkedin post you generate
question after every Linkedin post
avoiding jargon at all costs - to sound less automated
Avoid “-”, “—” dashlines in the text you generate
Between articles put “=” symbol.
500 new “garden streets” are coming to Paris
On 23 Mar 2025, voters backed Mayor Anne Hidalgo’s plan: 66 % said “Oui”.
About 10 000 street-parking spots will become trees, wider footpaths, bike lanes and play areas—taking the city to around 700 car-free corridors. Local workshops begin this spring; work will roll out over the next 3–4 years.
What this could mean for neighbourhoods:
• Quieter blocks where cafés and small markets can spill onto car-free streets
• Shade from 10 000 new trees that cool the pavement—and summer energy bills
• Safer walking & cycling routes that lift foot traffic and local property values
Paris already has 550 km of protected cycle tracks and car traffic is down 40 % since 2011, yet green space is still only 26 % of the city (EU-capital average = 41 %). Planting more is the next goal.
If your city held a vote tomorrow, which street would you turn people-first?
Image source: Ville de Paris #SustainableCities#15MinuteCity#UrbanGreen#Paris#ActiveTravel
Exclude articles related to the part about free tickets. Find captions or mentioned credit shown in provided text under pictures that is specific article about.
Output it as text.
Between sources you have found put “=” symbol.
{{1.data}}
Iseperate them by = so in iterator it creates bundles and it can get in their own cell
Alternatively, you can use a Break error handler to retry a module if a rate limit error occurs.
Handle errors so scenarios don’t stop.
You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.
Error directives can only be added to an error handler route.