Tagging Room Multiple Errors

Hi, I been tagging lots of stuff but now rooms are being an issue. Keep getting this error. Tried searching but struggling to find the solution


image
image

@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

I got the package for Create Independent Tag but it gives me the same issue as Create Annotation Tag.

This line image

@vanman try flatten the output of List.FitlerByBoolMask

image

1 Like

opps drinks at work lunch. Lacing longest solved it :slight_smile: thanks for the help :slight_smile:

@vanman nice

1 Like