Marks

After sorting a list of elements, how can I set element marks from 1 to n?

ty

Element.SetParameterValueByName node should set the values as desired.

The mark values can be created by a code block of 1..n;, where the n input is the result of a List.Count node, giving you the number of items in the sorted list of elements.

3 Likes

ty