Delete Rows Excel Activity. This should be simple but its not

Why is the “At Position” is not working? this should be simple.

image

I entered the row exactly as the example shows below. this makes no sense.

image

I even tried creating and using a int32 variable

@Waterfowl_Waterfowl_hunte,

Try “1” as it’s expecting string. Integer will not work in case of range we need to pass.

Thanks,
Ashok :slight_smile:

@Waterfowl_Waterfowl_hunte


If you want to delete more than 1 row

Hi @Waterfowl_Waterfowl_hunte

At position field in Delete rows activity will accept only String datatype variables. If you are passing a variable to it the variable datatype should be System.String.

Or you can give the direct position value with in double quotes as below, They specified that it will accept string datatype for the At Position Field,

Hope it helps!!

Thank you All! adding quotes worked!

1 Like

@Waterfowl_Waterfowl_hunte,

Wonderful! :v: Kindly close the thread by marking the answer as solution.

Thanks,
Ashok :slight_smile:

It’s my pleasure… @Waterfowl_Waterfowl_hunte

Happy Automation!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.