Introduction
A question has come up on how to include custom information or attributes to an AutoCAD 2020 block. And then once placed, to export the information to a table. In this example I’ll create a simple object as a block representing a services manhole and then add an attribute to the block indicating the manhole position and number.
Process
Create block.
The first step to create an AutoCAD block is to draw the geometry. I drew a simple rectangle and a circle to represent a symbol of a manhole in plan view.

Now create the block. You can either create the block as an internal or external block. In this example I will use the internal block creation tool. The tool is found on the block panel on the Home tab.

Once selected you’ll see the Block Definition dialogue box in which you need to complete three parts. First define a name as “Manhole”. Then select the Pick point button to define a Base Point and select the centre of the circle. Thereafter select the Select objects button and select both the objects that forms the symbol.

Once you have created the block we are now ready for added Attributes to the block.
Adding Attributes
Select the manhole block object and then either right click and select “Block Editor” or select the block editor icon.

I selected the Block Editor Icon and thereafter I need to just confirm editing the block. Select OK.

Once you have entered into the Block Editor area select the Attribute option.

You’ll see the Define Attribute dialogue box appears. On the top left make sure the “Invisible” option is turned off. This is set to be able to see the Block/Node number once placed in your drawing.
Next add text for the Tag name. This is the name of this attribute. It should be one word with no spaces. The Prompt will be a line of text requesting the user to add a value when inserting. Add ‘0’ as a Default Value.
Also increase the Text height according to your drawing needs. Select OK.

Now place the Attribute in die block drawing area and click Close. Save the Changes.

The Block Editor will close but the attribute that we added will not be attached to the exising placed block. So delete the block and insert it again.

Once you place the block you will be prompted to add the Node number. Type 1 in the box and click OK.

Looking a the block you’ll notice the 1 is shown.

Now add a couple of these block each time using succeeding Node numbers.

Conclusion:
In Part 1 we have created an Autocad block with one attribute and as we place the block we can enter new attribute values for each block placed. In Part 2 we will extract the information and place it in a table format.