List update

hello :slight_smile:
is there’s any way to update lists and get the Math.Min from each one without adding the list number.

There is a OOTB node called “List.MinimumItem” which would be a better solution than using “Math.Min” if you want the lowest item from each list.

if you wanted to get the lowest item between each list, eg first item from each list and get the lowest item, then add a transpose node prior to list.minimumitem node and it should work.

Example to help

1 Like

i don’t mean that, my problem with do kind of live update from lists, for example if added anther floor, no need to make a new list name" c = (l[2])"

have a look at this example as it might show how it works as you add a additional list into input

super thanks, i guess my problem was with transpose ? :slight_smile:

2 Likes

I think it was transpose and not utilizing “List.MinimumItem”

1 Like