Optimizing Scenario for One Row Excel Data Passing

I got this scenario where it captures the topic headlines and corresponding/referred article URL links within a email newsletter. Then once that info I passed on to excel I use the URL of the article to capture the text and use AI to summarize it and put it into the same excel sheet.

However, because the summarizing happens after putting the before parts in excel the summary is placed in its sperate row under the rest of the info in the row above. How can I change this scenario that the summary comes into the same row as the rest of the information?



blueprint.json (69.6 KB)

Instead of using a add a worksheet row as the last module use update a worksheet row. Then map the range of where to update so you need to this by mapping the data you get from add a worksheet row.

2 Likes

aah thank you that seemed obvious

1 Like