Tagging Room Multiple Errors

@vanman

I guess these OOTB nodes could not take care of RoomTag (AreaTag & SpaceTag also).

They’re calling IndependentTag.Create() then throw the exception:

On the other hand, Room/Area/Space tag has creation method NewRoom/Area/Space Tag, see the following, NewRoomTag() method requires less input and does not throw the exception you’re facing:

Existing packages could tackle this already, found in previous post, might want to give it a try.

1 Like