varNameuser.name 或 user.profile.emaillist[0] 或 users[1].name{
"varPath": "userName",
"value": "张三"
}userName 设置为字符串 "张三"{
"varPath": "user.profile.age",
"value": 25
}{
"varPath": "userList[0].status",
"value": "active"
}{
"varPath": "result",
"value": {
"code": 200,
"message": "success",
"data": {
"id": 123,
"name": "测试数据"
}
}
}{
"varPath": "processedData",
"value": "${input.data}"
}{
"code": 400,
"msg": "Variable path not found: user.profile.invalid",
"value": null
}{
"varPath": "data[${index}].result",
"value": "computed_value"
}{
"varPath": "batch[${loop.index}].processed",
"value": true
}Condition → VarAction (满足条件时更新)
→ VarAction (不满足时更新其他变量)array[0]。但不支持数组整体操作如push/pop。data[${index}]。但需要确保变量已定义。