Hi, I have an activity to generate report from my SQL Query. I tried to write the raw data from my database and it only took 2 minutes with total of 600.000 data. My goal is to convert the data from row to columns (Transpose) and currently my robot execution running time took 1 hour and 15 minutes to generate the transposed data. My target maximum is 45 mins (if faster it’s ok) and I don’t know to simplify my code. Anyone can help me with this? I have attach my workflow and my excel (raw data sheet and expected output sheet), if anything is unclear let me know !