Hello, I am trying to map annotations from my CAD layer to the indoors configuration sheet so I can have unit names, use types, and IDs for my spaces. I have a layer in my CAD file that contains block attributes for my annotations (see screenshot below). Within the block, there are 4 tags (ROOMNAME 1,2,3 and DEPARTMENT). Is there a way to parse this block to choose the DEPARTMENT value for the unit ID and ROOMNAME 1 and 2 for the use type? Are the tags in a block reference referring to an attribute field? There is a small section in the documentation about parsing block annotations but it didn't seem to work and the software just gave my units random names and IDs. A different method I tried was unblocking the annotation so that I would have a separate text feature for each line. I then put each line of text on a different CAD layer and mapped it that way to the excel sheet but that also didn't work. I have now gone back to block attributes and am wondering what's the best way to choose different portions of the block to become my unit identifiers in GIS. Thanks!