Removing items in sub lists

Hi

If I want to remove items from the second position in every sub list, can this be achieved. I’ve tried all sorts.

Thank you,

  1. from your list, you need to wire to a “String.Contain”, where you select the " " that needs removed.

  2. then wire that into “ListAllIndicesOf” node.

  3. finally wire that into “List.GetItemsAtIndex”

 

If you still have trouble, I can post a screen capture later on.

Thanks both, really appreciate your time and help.