The Add Part Grid configuration is defined as a Grid view, using the tags described in the application Help under XML Tag Reference - Grid specific. This article provides an examples of an Add Part Grid with a default value pre-set for the parameter and two Item attributes.
Example Data
Example Configuration
<Grid> <Parameters> <Parameter caption="Design arch" name="p1" hintContextPath="ITFD;ITAP;ITFC;ARPP"> <Values> <ForEachPathReference path="ITFD;ITAP;ITFC;ARPP"> <AddValue/> </ForEachPathReference> </Values> </Parameter> </Parameters> <Columns> <ItemNameColumn width="200"/> <ItemAttributeColumn width="200" caption="Data dimension" type="ATDD"/> <ItemAttributeColumn width="200" caption="Design datatype" type="ADDT"/> </Columns> <ForEach select="$p1/IADT/IDLD"> <Row/> </ForEach> </Grid>
As with grids, you will want to make sure you are using the correct Attribute Column, i.e., ItemAttributeColumn, PartAttributeColumn, etc. for your use case. See Table in the Script Language Reference Manual in the application Help.
Example Result

