PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

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 NameDescriptionTypeDefaultNotes
visibleControls row visibilitybooleantrueโ€”
valueThe row's data value โ€” read or set at runtimeany|nullnullโ€”
nameUnique element namestringโ€”โ€”
idUnique element IDstringโ€”โ€”

For support, please join our Discord community for further assistance and support.

On this page