Remove Item at index 1 from nested list

Hello All,

I’ve a quick question-
How can I remove the item at index 1 from the nested list, while keeping the same structure.
I tried the same, but you can see the structure is getting messed in the snip.

Please suggest.
Regards,
ap

I guess I’ve found the solution.

Still anyway thanks, if someone gave it a thought.
If anyone has a better solution, do post!

Regards,
ap

2 Likes

Thanks, Sov.

2 Likes


Maybe a way too!

2 Likes

and another way :wink:

1 Like

Hi Draxl,
thanks for attempting, but as you can see, my list structure is quite different.

This is good, thank you!

Just a curious question and observation,
if I used “mm” rather than “MM”, it gave months 00
any idea why?

1 Like

Hi Atharva…thats windows time syntax…take a look here…Custom date and time format strings | Microsoft Docs M =month , m = minute

2 Likes