Static Table Row
The Static Table Row element represents a single, fixed-structure row within a form-based table layout. Unlike the Dynamic Table Row (which renders aโฆ
The Static Table Row element represents a single, fixed-structure row within a form-based table layout. Unlike the Dynamic Table Row (which renders a repeating set of rows from a data array), the Static Table Row represents exactly one row whose column structure is defined at design time and whose value can be set or read at runtime.
It is best used when you need to display or capture a predictable, one-off row of data โ such as a summary row, a totals row, or a specific named record โ within a table-like layout. The value attribute holds the row's current data object and is fully accessible and writable from the Procesio Forms data model at any event.
Key Use Cases
โขย ย ย ย ย ย ย A totals or summary row at the bottom of a financial table
โขย ย ย ย ย ย ย Displaying a specific reference record (e.g., the original request) alongside a review form
โขย ย ย ย ย ย ย A header-information row that can be pre-filled from a process variable on load
โขย ย ย ย ย ย ย A single configurable row whose visibility can be toggled based on conditions
Runtime API โ Attributes in Procesio Forms
All attributes below are accessible and modifiable at runtime via the element's data model in Procesio Forms.
| API Name | Description | Type | Default | Notes |
|---|---|---|---|---|
| visible | Controls row visibility | boolean | true | โ |
| value | The row's data value โ read or set at runtime | any|null | null | โ |
| name | Unique element name | string | โ | โ |
| id | Unique element ID | string | โ | โ |
For support, please join our Discord community for further assistance and support.
Data Table
The Data Table element renders a read-oriented tabular view of structured data within a form. It is designed for displaying datasets โ lists ofโฆ
Dynamic Table Row
The Dynamic Table Row element is the most powerful tabular component in Procesio Forms. It renders a fully interactive, editable table where usersโฆ

