Hello,
I would like to assign the first letter to the lowest number, and work my way to highest.
I can do this with a String.Replace for individual items of a list (which is not appropriate as it is bulky and the number of lists that need to be processed will differ):
How can I assign all values in that list to their appropriate letters using a simplified node structure similar as below, but that gives the same output as above?
I seem to struggle to grasp how to effectively grasp “cycling” through lists of lists with matching values from other lists.
Any guidance or direction would be much appreciated.