Creating Tag from Multiple elevations

I am trying to get the Elevation of multiple levels and assign that to a new parameter so that when I tag one structural beam it will show the elevation for the beam at the other elevations.

I think I am getting myself mixed up on extracting the Elevation of the Level and combining that into a comma separated list so I can send that info to my tag.

So here is my DYN and a screen capture of the beams.

Suggestions??

Hello, you could do it this way:

Here, I chose to use NumberToStringWithRounding from Haeahn because it gives some uniformity in the resulting format. But a simple String from Object node could also be used…

1 Like

@Yna_Db thank you