Assigns a new value to an element of the array by path.
inputs:
array – input array where a new value must be set
- Required: yes
value – input value that must be set
- Required: yes
path – provide the path directly in the operator or link from another operator. A path consists of the names of elements and is separated by dots.
If an element name contains dots it must be enclosed in double quotes, for example “attr.with.periods.”
- Required: yes
outputs:
array – array with the new value for the element
Click to rate this post!
[Total: 0 Average: 0]