Open Custom Form Page
Overview
Use this step to open a custom form page on the client side.
Parameter Configuration
| Parameter | Description |
|---|---|
| Form Title | The title content of the dynamic form window. Supports using expressions to get context variables for dynamic content. |
| Dialog Distance from Top | The distance from the top of the displayed dialog. Supports using expressions to get context variables for dynamic content. |
| Dialog Width | The width of the dialog popup. Supports both pixel and percentage ratios. |
| Dialog Height | The height of the displayed dialog. Supports using expressions to get context variables for dynamic content. |
| Display as Modal Window | Set whether the opened form creation page is modal. |
| Form Style | Set the layout style of fields in the form. |
| Form Field Style | Set the style of form fields. |
| Custom Data Table Identifier | Set the style of form fields. |
| Form Fields | Configuration of the field list displayed in the dynamic form. |
| Field Default Value | Set the default value of fields. Supports using expressions to get context variables for dynamic content. |
| Submit Button Text | The button text for users to submit dynamic form content. |
| Toolbar Controls | Controls displayed in the form toolbar. |
| Disable Submit Button When Following Conditions Are Met | Use expressions in the custom form to calculate whether the submit button is disabled. |
| Call Automation Before Submit | Call automation before submission. Through pre-validation, if validation fails, window closing is prevented. |
| Automation Input Parameters | Input parameters for calling automation before submission. |
Return Value
| Return Value | Type | Description |
|---|---|---|
| Form Data | Record | User-filled form data. The data object properties are the identifiers of the fields. |
Usage Instructions
- Dialog Height: The set dynamic content needs to have a size unit, unit range refer to
- Form Field Identifier: After form submission, the identifier will be used as the property of the returned data
- List of supported fields for dynamic forms:
Usage Scenarios
- Interactive automation, where subsequent steps are improved after users submit data

