Delete method of range class failed

Hello,

I am using a delete rows activity - it gives me the error message: delete method of range class failed. However the strange thing is that the activity does do what I want it to - it deletes the correct number of rows from the correct position but the flow stops due to this error.

Please advise

Cheers

@E.T.S ,

You should not remove/delete items from a collection datatype.
this error occurred because of this.

Thanks,
Ashok :slight_smile:

1 Like

Hi,

Thank you for your reply!

Please could you clarify what you mean by collection data type as my variable is an int32 type - do you mean the data table?

Cheers

yes @E.T.S . Data Table, List, Array etc are collections.

Thanks,
Ashok :slight_smile:

1 Like

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