How to execute List.RemoveAt(index) in uipath

I’ve tried using invoke method but i’m getting error saying method is not public. List.RemoveAt(index) is sub procedure and I need help to use the same in uipath. Thanks.

list.xaml (8.8 KB)

1 Like

Seems it is not applicable for String array. I;m getting same error when I’m using the same for string list. Could you please provide solution for string array to insert at particular index ?

list1.xaml (6.9 KB)

Thanks. Did not notice the parameters part. Working now.