In the Form Response Builder, you can create dynamic and static tables. Dynamic tables
allow users to add and remove rows as needed. Static tables are like dynamic tables, but with
pre-defined values in the first column.
About this task
When you add columns, you must enter the table’s code in the Parent Code column. The parent code
helps ensure that the system correctly links the columns to the intended table.
Procedure
In the Parent Code column, enter the table’s code.
In the Code column, specify a unique ID.
Option
Steps
Create a dynamic table
In the Entity column, specify Table.
In the Type column, specify Dynamic Table.
In the next row, in the Entity column, specify
Column.
Specify the type of column that you want in the Type field.
Set a display order for each column. The display order determines the sequence in which your
columns appear. As with regular fields, you can also set properties for your columns, such as
minimum and maximum.
In the Value column, for each row, write short text that serves as column headers.
Figure 1. Example of dynamic table in the Form Response Builder worksheetFigure 2. Example of dynamic table output
Create a static table
In the Code column, specify a unique ID.
In the Entity column, specify Table.
In the next row, in the Entity column, specify
Column.
In the Type column, specify Static Table.
In the next row, in Type column, specify Text – Read
Only.
In the next row, in Type column, include the pre-defined values as rows
for the first column by specifying Response and then
DefaultResponse.
In Value column, write the pre-defined text that you want to see as rows in the first column of
your static table.
Figure 3. Example of static table in the Form Response Builder
worksheetFigure 4. Example of static table output