Hey team, I have scraped the internet for specific items I need for my datatable, and now I am struggling to include those scraped items in the datatable I have created. I can get the name into the DT, but I can’t get more columns in after the first one. Please advise! Looking for more direction on how to include multiple variables in my “arrayrow” input so as to create a multiple column row.
Hi, welcome to the community!
If you need to add new columns to a data table, you can use Add Data Column activity, but if you need those new columns to go in an specific position, it will require some code to do.