Hi, All i am lost on how to edit the data extracted from the Extract Table Data activty. Currently the activity is able to extract the data as such,
HS3
HS4
HS5 and so on…
However the problem is i need the data to be reformatted such that instead of multiple rows as shown, the data pasted onto excel is merge into one single row and thus one column like this : HS3,HS4,HS5 seperated by commas. How do i go about doing that? My data is a mixed of numerials and letters.
I have tried using methods like for each row activity and initializing a dictionary to store them but to no avail as i am not very proficient in Ui path at the moment.
Screenshot of potion with the problem