v0.0.4b
Field Fill Automation
Jan 1, 2026
Automation
Type: FieldFillAction
Automatically copies values from source fields to target fields within the same process.
Properties
Source Field Names: List of field names to copy values from
Target Field Names: List of field names to copy values to
Configuration
Source Field Names
Ordered list of field names from the current process whose values will be copied.
Each field name must exist in the process
Order determines the mapping to target fields
Target Field Names
Ordered list of field names that will receive the copied values.
Each field name must exist in the process
Order must correspond exactly to source field names
Array length must equal source field names length
Validation
Source and target field lists must have equal length
All referenced fields must exist in the process
Field mapping is positional (index 0 → index 0, etc.)
Runtime Behavior
Source field values are resolved from the current process instance
Target fields are updated with the resolved values
Values are copied at the time the automation executes
Use Cases
Duplicating data across process steps
Pre-filling fields with existing values
Standardizing data entry
Copying reference information
Cascading field updates
Data propagation within a workflow