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
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)
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:
There are other modes as well, but I need to understand the context better.