List.Transpose error

Could someone please help on this error

1 Like

Please share your dyn or post a link to it

Use Flatten Node Before List.Transpose

There’s not much of a point in transposing a flattened list.

1 Like

I tried flattened but of no use

ok,

Can you show me your graph before input List.Create?

My guess is that not all the inputs of your list.create is the same length and might also contain lists of lists which transpose cannot handle. It might be helpful for you to not start with a dataset of 1500

Thanks for all the replies

This is my complete network

Looks like upper limit is not connected, which works to my list length theory

I think, you are forget data from element as Upper Limit.

1 Like

Thanks Robert…
I didn’t see that