[URGENT!] How to do "control + -" operation on Datatable in uipath

Hello,

I extracted a datatable using DataScaping technique and output looks like as the sample given below
Before

I want to replicate the “Control + -” operation done in excel in uipath and finally the data table should look like this
After
How shall I achieve this?
Please help me out.

Thanks and Regards,
Shreyas Shete.

If you know how/what to use those controls in Excel, you can use Type Into activity while Excel file is opened to send the appropriate commands to the file.

1 Like

Thanks
But, I am using Workbook activity and I won’t be writting it to excel. Just to show here I did so and in my case I shall use this Datatable for further operations.
Any other solution you can thinks

1 Like

You can create new DataTable and shift the values using For Each Row and Add Data Row activities.

Forum3.zip (8.3 KB)

Example. Might help you

1 Like

Hi @shreyasshete

How about this solution like below.

2 Likes