I have a list I want to split into separate lists, how do I do it without this horrible big function
use List.Chop
Hi,
Try List.Chop, as said @ricardoperucci, and set length at 1.
Thankyou!