Data is not positioned the way I want it

I have an automation that has a google sheet module with keywords, these keywords go into data for seo, then they search on google to scrape the search results for this keyword, the problem I’d like each url to take a cell and be placed in different columns like that.

But unfortunately, when I launch the workflow, the data is organized like this

Thanks you

1 Like

Hey Tim, Welcome to the community!

Can you share the scenario screenshot with some explanation of what’s happing in the scenario, so it becomes easier to help you out!

At first glance, it looks like you are using create a row module with single column B mapped with some URL values coming from different bundles.

Best,
Prem

I had a similar formatting issue and fixed it by using a text aggregator to reorder the data before mapping it into the table. Using line breaks helped keep things clean.

Hello how you setup you text aggregator ?

Hello prem Patel My flow :

1 Like

Can you share mapping and output from the text aggregator and iterator modules?

I pulled in the array with a Map function and then used the Text aggregator to join the items with a comma and space so it looked cleaner in the final output.