Text Output
The text output component displays string and boolean values. Component type:text
Property types: string, bool
Number Output
The number output component displays numeric values. Component type:number
Property types: int, decimal, double, short, long, byte
DateTime Output
The datetime output component displays date and time values. Component type:datetime
Property type: DateTime
ActionList Output
The action list component displays a list of clickable actions. Component type:action-list
Property type: ActionList
Table Output
The table component displays collections of data in a tabular format. Component type:table
Property types: IEnumerable<T>, IList<T>, Array
PaginatedData Output
The paginated data component displays large datasets with pagination. Component type:paginated-data
Property type: PaginatedData<T>
FormLink Output
The form link component creates a link to another form. Component type:formlink
Property type: FormLink
FormLinkActions.Run- Navigate to the formFormLinkActions.OpenModal- Open the form in a modal
InlineForm Output
The inline form component embeds another form within the response. Component type:inline-form
Property type: InlineForm
Complete Example
Here’s a complete example showing multiple output components:Hiding Labels
Some output components (liketable and paginated-data) have NoLabelByDefault = true. To add a label, set it explicitly:
Label to an empty string or null:
Next Steps
Event Handlers
Add interactivity with event handlers
Custom Properties
Extend components with custom metadata