Closed allanbunch closed 6 months ago
The only property path being honored by the node is the base msg.payload property. Custom property paths, e.g. msg.assistant; msg.custom.props; flow.payload cause errors.
msg.payload
msg.assistant
msg.custom.props
flow.payload
Fixed in v1.1.0.
The only property path being honored by the node is the base
msg.payload
property. Custom property paths, e.g.msg.assistant
;msg.custom.props
;flow.payload
cause errors.