Dear UiPath Developers,
I’m still learning UiPath and would seek your guidance on how to transpose from column to rows using workbook activities.
From this:
To This:
Thank you in advance!
Dear UiPath Developers,
I’m still learning UiPath and would seek your guidance on how to transpose from column to rows using workbook activities.
From this:
To This:
Thank you in advance!
Hi Sudharsan,
I’m unable to use modern excel activites the version im using is 2020.10.6.
Are there any other ways?
Thank you!
Regards,
Shawn
Hi Gokul, Thank you for your input, but seems abit too complicated for me… Doesnt seem to work as the headers are in a column.
Please follow the steps
newdt
dt
currentrow("Header").ToString.Equals("ID")
{}
and datatable as newdt
newdt.Row(newdt.Rows.Count-1)(
currentrow(“Header”).ToString) = currentrow("Value").ToString
Hope this helps
Cheers
Hi Anil,
May I check what should I include in the properties of Add data row?
Thank you!
The process can be easily replicated by following the instructions provided in the video or blog. It is straightforward and uncomplicated. Just try it
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.