Clear the contents of a List(String) using invoke method

Hi All,

I am trying to clear all the data coming in the list in one iteration(for each row) using invoke method, but the data is not getting cleared.
Kindly suggest any modifications or any better way to do so.

Thanks

You can Re-assign the List
New List(of string)

2 Likes

You can use this yourList = new List(Of String)
Check this posts.

If u wanto remove only single value then refer the Workflow

Sequence5.xaml (5.7 KB)

You can try this way:
image

There are other modes as well, but I need to understand the context better.