List.Map with Sublist components

Reviewed:

Hi, everyone!
In my “ideal” dumb version of script, Map function would take nested “1 List” & “2 List” values for each parent list and SetParameterByName accordingly.
Any help is appreciated.

P.S.
It seems like I have to learn Python scripting.

Hi @S1arhei ,

Your list returning from the List.Tranpose node seems really complex, I recommend splitting up your lists into three sublists to make it yourself easier. I also don’t think you need the List.Map node.

You only need to make sure your lists levels are set up correctly.

Thanks,
I have tried with list levels as well, but it picks only the 1st value.

… another, sort of idea…

See this