Using the Table element
- Updated: 2024/06/14
Using the Table element
Use the Table element in the form builder to insert a customizable table in the form that can be used to populate data during bot runtime.
Procedure
Row selection
The row selection setting of the table element performs the expected behavior during bot
execution. If row selection is enabled, the first column for the table is always
expected to be Boolean (selected or unselected). The following example demonstrates the
difference in table data (four column table:
Col0 = TextBox, Col1= Date, Col3 =
Number, Col4 = TextArea
).Setting | Datatable in the bot will have the following datatype |
---|---|
Disabled | Col0 = String, Col1 = DateTime, Col3 = Number,
Col4 = String |
Enabled | Col0= Boolean, Col1 = String, Col2 = DateTime,
Col4 = Number, Col5 = String |