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


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
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.
I got the package for Create Independent Tag but it gives me the same issue as Create Annotation Tag.
This line
@vanman try flatten the output of List.FitlerByBoolMask
@vanman nice