Defining computed values
Usage
{
"config": {
// ...
"computed_values": {
"policy_start_date": {
"value": {
"type": "jsonlogic",
"schema": {
"var": "active_policy.quote.customer_input.start_date"
}
}
}
}
}
}update_when_changes
skip_form
Last updated