Why is the “At Position” is not working? this should be simple.
I entered the row exactly as the example shows below. this makes no sense.
I even tried creating and using a int32 variable
Why is the “At Position” is not working? this should be simple.
I entered the row exactly as the example shows below. this makes no sense.
I even tried creating and using a int32 variable
Try “1” as it’s expecting string. Integer will not work in case of range we need to pass.
Thanks,
Ashok
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!
Wonderful! Kindly close the thread by marking the answer as solution.
Thanks,
Ashok
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.