field | schema | explanation |
---|---|---|
data | any | Input the data that needs to be manipulated in this socket. |
value | any | Input the data, which needs to be added to the original object or list. Use this field only if you need to add or replace some of the values. |
patches | patches | Set up JSON patches in this field. It can add, cast, copy, move, remove, or replace operations. Specify the path to the field in the data socket that needs to be altered. In the value filed, you can either use the entire value, e.g. {{input.value}} or build messages with multiple dynamic inputs, e.g. "Hi {{input.value/name}}, welcome to {{input.value/company_name}}!” |