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.
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.
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.