Knockout flow
Knockout flow activation
Example
{
"path": "quote",
"components": [
{
"type": "form",
"config": {
"components": [
{
"type": "form-input",
"config": {
"field_name": "data.turnover"
}
}
]
}
}
],
"next": {
"type": "jsonlogic",
"schema": {
"if": [
{
"var": "flags.is_knockout"
},
"knockout",
"success"
]
}
}
}Last updated