I want to create a program to delete specific columns in a Google spreadsheet.
(I want to delete “C” column)
I tried to do it by using 「Gsuite activities “DeleteRange”」but it failed .
(I input C:C in the 「Range」Box but it only clear cells but clolumn is still exist. )
(I also tried “ClearRange” Activity but the result is the same.)
I used Uipath Google Workspace package(v1.16.2)
I want to know how to solve this problem.