why do we use “setVal” function?
1 Like
The setVal function is used to assign or set a value at a specific path in the VFlow2.0.
Syntax–> setVal(jsonPath,value)
Example–> setVal(“tempObject.path”, “30”)
1 Like