I am trying to figure out the best way to move a single column data table into a single row data table to present the data horizontally in Google Sheets, as well as allow me to clear the data table as it it is used to loop through a web scraping activity. Could someone point me in the right direction as to which combination of activities would be best suited to this please…
There are only 11 entries in the column and this won’t change if that has any bearing on how you would do it.
The first picture is how the data is extracted from the web and the second is how i would like it to be modified in UiPath to write into my workbook. I have the scraping working fine and the writing into google sheets. Its just modifying the data I am unsure of…