I am just learning dynamo, and I can’t figure out how to extract data associated with a key value. For example, below is the list of data for two reference points. Eventually, I will put names in the points for which I want to extract the coordinate of the point. I was trying to figure out how to find the points that have names. If they were in the same index number, I could do it, but the index number is different for each item. In the first the name is at index 8, in the second at index 2.
How would I find if a point had a name assigned and grab its value?
Is there a way to order the data so that a key is always at the same index?
Steve