Single Update Rule configuration#
These rules are used to manage fields update.
1 2 3 4 5 6 |
|
name
*#
The field name inside the form.
additionalData
#
A collection of other fields name whose value will be automatically fetched and used in the field's update function.
externalData (data, subjectName)
#
A function to collect other data used in the update function but external to the form (e.g. a timestamp).
Parameters
- {
object
}data
: data obtained from the additional data function - {
string | null
}subjectName
: the name of the subject who triggered the update. It can be null if the update is triggered manually
Returns
- {
object
} An object with external data values (key-value format)