Create Room Tags with Dynamo

I am trying to create room tag using dynamo, but always fails
I tried the package from archi-lab (Create Annotation Tag) and it gives me this error

Traceback (most recent call last): File “<string.”, line 119, in < module >
TypeError: Room is not iterable

Hello…have you tried some of these here…

3 Likes

Hi,

Try to use the Transaction.End node before the view / elements input.
Try the lacing to longest also :slight_smile:

I tried Create Tag and works

1 Like