Append scrapped datatable to a single cell

Hello guys,

I want to scrape some text from multiple pages, but the text can be extracted only as table.

How can I append this scrapped table as text into one cell only?

Maybe as a list or idk? Any ideas and suggestions?

Thank you ! :slight_smile:

Hi @Ionut_Frincu ,

You can use OutputDataTable activity which will give you string when you pass data table as input.