Hi there,
After I did some web scraping action in desktop flow, Data were stored in a variable as table with six column structures as follows.

However, in order to change this to a three-column structure, I would like to insert the data of the fourth, fifth, and sixth columns below the data of the first, second, and third columns. So I tried to create new data table action and then insert rows to data table action as well.
If the variable name is %ExtractedData%, %ExtractedData[0]% will be the data in the first row, but how do I load the data in the first column instead of the row?
Any comments would be appreciated.