How can i delete a element from a List of String in UiPath

You can use Invoke Method Activity.

Parameters to pass:
TargetObject : List Variable
MethodName : RemoveAt
you have to pass index in the parameters from the Properties window.

image

2 Likes