Create COGO Point with Raw Description from Nested List

I have a nested list of points, and then a nested list of strings. For each point under list 2 (for example) I want to apply the string from list 2 in the MText.Contents node to those points raw descriptions, and so on. I haven’t been successful in doing this so far (note that the CogoPoint.ByGeometry only creates 14 points in this configuration) - thoughts? Screenshot below:

Hi @jbrunkhorst
Set @L1 on rawDescription port, or keep the CogoPoint .ByGeometry node like that but flatten the mtext contents list.

*If the CogoPoint @L2 length is > @L1 RawDesc length, the last items from the Cogo list will be assigned the very last RawDesc value because of the lacing you set on that node

Thank you!