List transformed

Hey.
I have a problem with a list, can i get the top node in picture to look like the bottom node.
Udklip

Hi,

Use List.getItemAtIndex node, with the input index set at 0.
Or connect a CodeBlock that says L[0] to your top node.

Hi Jonathan :slight_smile:

I think the output of List.Flatten is a List, so you should be getting the same output as the input with this method :confused:

1 Like

You’re right :confused: I’ll revise me post to not cause confusion :slight_smile:

Actually didn’t know that. That’s cool to learn.

First item or l[0] are my personal favorites.